[][src]Trait arwa::DocumentChild

pub trait DocumentChild: Sealed {
    fn prepend_to(&self, document_children: &DocumentChildElements);
fn append_to(&self, document_children: &DocumentChildElements); }

Required methods

fn prepend_to(&self, document_children: &DocumentChildElements)

fn append_to(&self, document_children: &DocumentChildElements)

Loading content...

Implementations on Foreign Types

impl DocumentChild for str[src]

Loading content...

Implementors

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

Loading content...