Type Alias libdav::PropertyName
source · pub type PropertyName<'ns, 'name> = ExpandedName<'ns, 'name>;
Expand description
A WebDav property with a namespace
and name
.
This is currently an alias of roxmltree::ExpandedName
.
Aliased Type§
struct PropertyName<'ns, 'name> { /* private fields */ }