mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 05:52:19 +00:00
Work on axum support
This commit is contained in:
@@ -9,6 +9,6 @@ pub mod xml;
|
||||
|
||||
pub use error::Error;
|
||||
|
||||
pub trait Principal: std::fmt::Debug + Clone + 'static {
|
||||
pub trait Principal: std::fmt::Debug + Clone + Send + Sync + 'static {
|
||||
fn get_id(&self) -> &str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user