[][src]Crate mogwai_hydrator

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

Structs

Element

The Element class.

Event

The Event class.

EventTarget

The EventTarget class.

HtmlElement

The HtmlElement class.

Hydrator
JsValue

Representation of an object owned by JS.

Enums

Error
HydrationKey

Traits

Deref

Used for immutable dereferencing operations, like *v.

JsCast

A trait for checked and unchecked casting between JS types.

TryFrom

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

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.