pub type HtmlResult = RenderResult<Html>;
Expand description
An enhanced type of Html
returned in suspendible function components.
Aliased Type§
enum HtmlResult {
Ok(VNode),
Err(RenderError),
}
Variants§
Trait Implementations§
source§impl IntoHtmlResult for HtmlResult
impl IntoHtmlResult for HtmlResult
source§fn into_html_result(self) -> HtmlResult
fn into_html_result(self) -> HtmlResult
Performs the conversion.