[][src]Trait arwa::ElementChild

pub trait ElementChild: Sealed {
    fn prepend_to(&self, parent_children: &ChildElements);
fn append_to(&self, parent_children: &ChildElements); }

Required methods

fn prepend_to(&self, parent_children: &ChildElements)

fn append_to(&self, parent_children: &ChildElements)

Loading content...

Implementations on Foreign Types

impl ElementChild for str[src]

Loading content...

Implementors

impl<T> ElementChild for T where
    T: Element
[src]

Loading content...