[][src]Type Definition yew::html::Html

type Html<MSG> = VNode<MSG>;

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