pub type OwnedDocument = XmlDocument<Arc<[u8]>>;Expand description
A document sharing ownership of its source buffer.
Aliased Typeยง
pub struct OwnedDocument { /* private fields */ }pub type OwnedDocument = XmlDocument<Arc<[u8]>>;A document sharing ownership of its source buffer.
pub struct OwnedDocument { /* private fields */ }