xml use tuple structs

This commit is contained in:
Lennart
2025-01-05 17:06:15 +01:00
parent 2eb6b1934d
commit 9ea9beb143
17 changed files with 57 additions and 141 deletions

View File

@@ -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(