yew_stdweb::html

Type Alias Html

Source
pub type Html = VNode;
Expand description

A type which expected as a result of view function implementation.

Aliased Type§

enum Html {
    // some variants omitted
}

Variants§