mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
Work on axum support
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
pub trait PrincipalUri: 'static {
|
||||
pub trait PrincipalUri: 'static + Clone + Send + Sync {
|
||||
fn principal_uri(&self, principal: &str) -> String;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user