[][src]Module sauron::prelude::wasm_bindgen::prelude

A module which is typically glob imported from:

use wasm_bindgen::prelude::*;

Structs

Closure

A handle to both a closure in Rust as well as JS closure which will invoke the Rust closure.

JsValue

Representation of an object owned by JS.

Traits

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.

Attribute Macros

__wasm_bindgen_class_marker
wasm_bindgen