This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.
yew::html

Trait IntoHtmlResult

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

A trait to translate into a HtmlResult.

Required Methods§

source

fn into_html_result(self) -> HtmlResult

Performs the conversion.

Implementors§