Struct webplatform::HtmlNode [] [src]

pub struct HtmlNode<'a> { /* fields omitted */ }

Methods

impl<'a> HtmlNode<'a>
[src]

impl<'a> HtmlNode<'a>
[src]

Trait Implementations

impl<'a> Debug for HtmlNode<'a>
[src]

Formats the value using the given formatter.

impl<'a> Drop for HtmlNode<'a>
[src]

A method called when the value goes out of scope. Read more