pub type MutRefDocumentType<'a> = &'a mut dyn DocumentType<NodeRef = RefNode>;Expand description
Mutable Ref type for mutable dynamic trait cast
pub type MutRefDocumentType<'a> = &'a mut dyn DocumentType<NodeRef = RefNode>;Mutable Ref type for mutable dynamic trait cast