mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 16:32:29 +00:00
Fix propfind allprop and propname parsing
This commit is contained in:
@@ -4,7 +4,7 @@ use rustical_xml::XmlRootTag;
|
|||||||
#[derive(Debug, Clone, XmlDeserialize, XmlRootTag, PartialEq)]
|
#[derive(Debug, Clone, XmlDeserialize, XmlRootTag, PartialEq)]
|
||||||
#[xml(root = b"propfind", ns = "crate::namespace::NS_DAV")]
|
#[xml(root = b"propfind", ns = "crate::namespace::NS_DAV")]
|
||||||
pub struct PropfindElement {
|
pub struct PropfindElement {
|
||||||
#[xml(ns = "crate::namespace::NS_DAV")]
|
#[xml(ty = "untagged")]
|
||||||
pub prop: PropfindType,
|
pub prop: PropfindType,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user