pub trait WikiMultinode {
    fn as_nodes(&self) -> Vec<NodeRef>;

    fn detach(&self) { ... }
}
Expand description

Trait for Wikinodes that actually span multiple elements

Required Methods§

Provided Methods§

Remove this from the document

Implementors§