Skip to main content

StatementSection

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,

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§