[][src]Module mogwai::view

Dynamic, declarative views.

Modules

builder

A low cost intermediate structure for creating views either by hydration from the DOM or by creating a fresh view from scratch.

dom

Widgets for the browser.

interface

Traits for constructing declarative views.

Structs

Element

The Element class.

Event

The Event class.

EventTarget

The EventTarget class.

JsValue

Representation of an object owned by JS.

Enums

Effect

Effects describe a value right now or at many points in the future - or both.

Traits

IsDomNode

Marker trait that means JsCast + Clone + + 'static.

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.