Module mogwai::prelude[][src]

Expand description

All of Mogwai in one easy place.

Re-exports

pub use crate::builder::*;
pub use crate::channel::*;
pub use crate::component::*;
pub use crate::event::DomEvent;
pub use crate::event::Eventable;
pub use crate::futures::*;
pub use crate::model::*;
pub use crate::patch::*;
pub use crate::relay::*;
pub use crate::target::*;
pub use crate::utils;
pub use crate::view::*;

Macros

Uses an html description to construct a ViewBuilder.

Uses an html description to construct a View.

Structs

The Element class.

The Event class.

The EventTarget class.

The HtmlElement class.

A Rust Future backed by a JavaScript Promise.

The Node class.

Traits

A trait for checked and unchecked casting between JS types.

Simple and safe type conversions that may fail in a controlled way under some circumstances. It is the reciprocal of TryInto.