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

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