Trait parsoid::WikiMultinode[][src]

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