[][src]Trait cope_dom::elements::ElementChild

pub trait ElementChild: Sealed {
    fn append<P: AsRef<Element>>(self, parent: &ElementBuilder<P>);
}

Required methods

fn append<P: AsRef<Element>>(self, parent: &ElementBuilder<P>)

Loading content...

Implementations on Foreign Types

impl<'_> ElementChild for &'_ str[src]

impl ElementChild for String[src]

impl<'_> ElementChild for &'_ Atom<String>[src]

Loading content...

Implementors

impl<E: AsRef<Element>> ElementChild for ElementBuilder<E>[src]

Loading content...