Trait StatementSection

Source
pub trait StatementSection {
    // Required method
    fn from_node(node: &NodeWrapper<'_>) -> Result<Self>
       where Self: Sized;
}

Required Methods§

Source

fn from_node(node: &NodeWrapper<'_>) -> Result<Self>
where Self: Sized,

Implementors§