Expand description

Abstractions for representing UI views.

Structs

Represents an UI view. Usually constructed using the view! macro or using the builder API.

Traits

Trait for describing how something should be rendered into DOM nodes.