[][src]Trait ascesis::ToNode

pub trait ToNode {
    fn to_node(&self) -> Node;
}

Required methods

fn to_node(&self) -> Node

Loading content...

Implementors

impl<S: AsRef<str>> ToNode for S[src]

Loading content...