Type Alias ReadonlyPropertyDocument

Source
pub type ReadonlyPropertyDocument<'a> = ReadonlyDocument<'a, PropertyValue<&'a str>>;

Aliased Typeยง

pub struct ReadonlyPropertyDocument<'a> { /* private fields */ }