[][src]Module mogwai::gizmo

A widget.

Re-exports

pub use super::utils::*;

Structs

EventTarget

The EventTarget object

Gizmo

A bundled network of html elements, callback closures and receivers.

HtmlInputElement

The HTMLInputElement object

JsValue

Representation of an object owned by JS.

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.