Crate mogwai_hydrator[][src]

Expand description

Types and TryFrom instances that can ‘re-animate’ views or portions of views from the DOM.

Structs

The Element class.

The Event class.

The EventTarget class.

The HtmlElement class.

Representation of an object owned by JS.

Enums

Traits

Used for immutable dereferencing operations, like *v.

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.

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.