Skip to main content

Html

Type Alias Html 

Source
pub type Html = VNode;
Expand description

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

Aliased Type§

pub enum Html {
    // some variants omitted
}

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.