pub trait PushNode {
    fn push_node(&mut self, value: Node);
}

Required Methods

Implementations on Foreign Types

Implementors