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
impl From<ChildrenRenderer<VNode>> for Html
source§fn from(val: ChildrenRenderer<Html>) -> Self
fn from(val: ChildrenRenderer<Html>) -> Self
Converts to this type from the input type.
source§impl IntoHtmlResult for Html
impl IntoHtmlResult for Html
source§fn into_html_result(self) -> HtmlResult
fn into_html_result(self) -> HtmlResult
Performs the conversion.