[][src]Trait extrablatt::text::TextContainer

pub trait TextContainer<'a> {
    fn first_children_text(&self) -> Option<&'a str>;
}

Required methods

fn first_children_text(&self) -> Option<&'a str>

Loading content...

Implementations on Foreign Types

impl<'a> TextContainer<'a> for Node<'a>[src]

Loading content...

Implementors

Loading content...