Trait unidok_to_html::IntoNode[][src]

pub trait IntoNode<'a> {
    fn into_node(self, state: &IrState<'a>) -> Node<'a>;
}

Required methods

Implementations on Foreign Types

Implementors