mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 21:42:34 +00:00
xml use tuple structs
This commit is contained in:
@@ -39,10 +39,7 @@ impl<PR: Resource> Resource for RootResource<PR> {
|
||||
type PrincipalResource = PR;
|
||||
|
||||
fn get_resourcetype(&self) -> Resourcetype {
|
||||
Resourcetype(&[ResourcetypeInner {
|
||||
ns: crate::namespace::NS_DAV,
|
||||
name: "collection",
|
||||
}])
|
||||
Resourcetype(&[ResourcetypeInner(crate::namespace::NS_DAV, "collection")])
|
||||
}
|
||||
|
||||
fn get_prop(
|
||||
|
||||
Reference in New Issue
Block a user