Trait html5ever_ext::UnattachedNodeExt [] [src]

pub trait UnattachedNodeExt: Sized {
    fn to_rc_dom(self) -> RcDom;

    fn to_html_fragment(self) -> String { ... }
}

Helper trait to make it easier to turn UnattachedNodes into DOMs and HTML fragments

Required Methods

Helper method to turn a node into a DOM

Provided Methods

Helper method to turn a node into a HTML fragment

Implementations on Foreign Types

impl UnattachedNodeExt for Vec<UnattachedNode>
[src]

Implementors