[][src]Trait domus::DomusElement

pub trait DomusElement {
    fn empty(&self);
}

Required methods

fn empty(&self)

Loading content...

Implementations on Foreign Types

impl DomusElement for HtmlElement[src]

fn empty(&self)[src]

only remove child elements, not text nodes

Loading content...

Implementors

Loading content...