mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 05:52:19 +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)]
|
||||
#[xml(root = b"propfind", ns = "crate::namespace::NS_DAV")]
|
||||
pub struct PropfindElement {
|
||||
#[xml(ns = "crate::namespace::NS_DAV")]
|
||||
#[xml(ty = "untagged")]
|
||||
pub prop: PropfindType,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user