Trait next_rs::prelude::rsx::IntoHtmlResult
source · pub trait IntoHtmlResult: Sealed {
// Required method
fn into_html_result(self) -> Result<VNode, RenderError>;
}Expand description
A trait to translate into a HtmlResult.
Required Methods§
sourcefn into_html_result(self) -> Result<VNode, RenderError>
fn into_html_result(self) -> Result<VNode, RenderError>
Performs the conversion.