[][src]Module mogwai::gizmo

A widget.

Re-exports

pub use super::utils;

Modules

html

Contains Gizmo constructors for html5 tags.

Structs

Element

The Element class.

Event

The Event class.

EventTarget

The EventTarget class.

Gizmo

A widget that may contain a bundled network of html elements, callback closures and receivers.

HtmlInputElement

The HtmlInputElement class.

JsValue

Representation of an object owned by JS.

Traits

JsCast

A trait for checked and unchecked casting between JS types.

SubGizmo

Anything that can be nested within a Gizmo.

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.