pub type View<M> = Arc<dyn Fn() -> Element<'static, Action<M>> + Send + Sync + 'static>;Expand description
Produces the content of a surface created from within a widget.
Typed on the message the widget publishes.
Aliased Typeยง
pub struct View<M> { /* private fields */ }