Module mogwai::view

source ·
Expand description

Domain agnostic view doclaration.

Structs

A type erased view event.
A type erased view.
A struct with a no-op implementation of Waker
The Error type, a wrapper around a dynamic error type.
A listener (sink) of certain events.
An un-built mogwai view. A ViewBuilder is a generic view representation. It is the the blueprint of a view - everything needed to create or hydrate the view.

Enums

An enumeration of types that can be appended as children to ViewBuilder.
An enumeration of values that ViewBuilders accept.
All the updates that a view can undergo.
The starting identity of a view.

Traits

Downcasts various generic view types into specific view types.
A trait for domain-specific views.

Functions

Exhaust a stream until polling returns pending or ends.
Try to get an available T from the given stream by polling it.

Type Definitions