Trait yew::html::IntoHtmlResult

source ·
pub trait IntoHtmlResult: Sealed {
    fn into_html_result(self) -> HtmlResult;
}
Expand description

A trait to translate into a HtmlResult.

Required Methods§

Performs the conversion.

Implementors§