This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Type Alias yew::html::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§

Trait Implementations§

source§

impl From<ChildrenRenderer<VNode>> for Html

source§

fn from(val: ChildrenRenderer<Html>) -> Self

Converts to this type from the input type.
source§

impl IntoHtmlResult for Html

source§

fn into_html_result(self) -> HtmlResult

Performs the conversion.