mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
Refactoring around routing and getting the principal uri (less dependence on actix)
This commit is contained in:
3
crates/dav/src/resource/principal_uri.rs
Normal file
3
crates/dav/src/resource/principal_uri.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub trait PrincipalUri: 'static {
|
||||
fn principal_uri(&self, principal: &str) -> String;
|
||||
}
|
||||
Reference in New Issue
Block a user