[][src]Module mogwai::gizmo

A Gizmo turns implementors of Component into something useful.

Converting an implementor of Component into a Gizmo wires up a set of Transmitters and Receivers into the Gizmo's Component::update function.

For more info see the Component module documentation.

Structs

Element

The Element class.

Event

The Event class.

EventTarget

The EventTarget class.

Gizmo

A user interface component that can spawn views.

JsValue

Representation of an object owned by JS.

SimpleComponent

A simple component made from a BuilderFn.

Traits

JsCast

A trait for checked and unchecked casting between JS types.

UnwrapThrowExt

An extension trait for Option<T> and Result<T, E> for unwraping the T value, or throwing a JS error if it is not available.

Type Definitions

BuilderFn

The type of function that uses a txrx pair and returns a View.