Trait borealis::IntoNode [] [src]

pub trait IntoNode: Sized {
    fn into_node(self) -> Option<Node>;
}

Required Methods

Implementors