Type Definition yew::html::HtmlResult

source ·
pub type HtmlResult = RenderResult<Html>;
Expand description

An enhanced type of Html returned in suspendible function components.

Trait Implementations§

Performs the conversion.