Skip to main content

OwnedDocument

Type Alias OwnedDocument 

Source
pub type OwnedDocument = XmlDocument<Arc<[u8]>>;
Expand description

A document sharing ownership of its source buffer.

Aliased Typeยง

pub struct OwnedDocument { /* private fields */ }