[][src]Trait arwa::DocumentFragmentChild

pub trait DocumentFragmentChild: Sealed {
    fn prepend_to(
        &self,
        document_fragment_children: &DocumentFragmentChildElements
    );
fn append_to(
        &self,
        document_fragment_children: &DocumentFragmentChildElements
    ); }

Required methods

fn prepend_to(&self, document_fragment_children: &DocumentFragmentChildElements)

fn append_to(&self, document_fragment_children: &DocumentFragmentChildElements)

Loading content...

Implementations on Foreign Types

impl DocumentFragmentChild for str[src]

Loading content...

Implementors

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

Loading content...