pub type Html = VNode;
A type which expected as a result of view function implementation.
view
enum Html { // some variants omitted }