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

type Html<MSG> = VTag<MSG>;

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