[][src]Module mogwai::prelude

All of Mogwai in one easy place.

Re-exports

pub use super::component::subscriber::Subscriber;
pub use super::component::*;
pub use super::gizmo::*;
pub use super::gizmo::html::*;
pub use super::txrx::new_shared;
pub use super::txrx::recv;
pub use super::txrx::trns;
pub use super::txrx::txrx;
pub use super::txrx::txrx_filter_fold;
pub use super::txrx::txrx_filter_map;
pub use super::txrx::txrx_fold;
pub use super::txrx::txrx_fold_shared;
pub use super::txrx::txrx_map;
pub use super::txrx::wrap_future;
pub use super::txrx::Receiver;
pub use super::txrx::Transmitter;
pub use super::utils::*;
pub use super::*;

Structs

Element

The Element class.

Event

The Event class.

EventTarget

The EventTarget class.

HtmlElement

The HtmlElement class.

HtmlInputElement

The HtmlInputElement class.

JsFuture

A Rust Future backed by a JavaScript Promise.

Node

The Node class.

Traits

JsCast

A trait for checked and unchecked casting between JS types.