Type Definition yew::html::Html

source ·
pub type Html<CTX, MSG> = VNode<CTX, MSG>;
Expand description

A type which expected as a result of view function implementation.