[][src]Module hobo::prelude

Re-exports

pub use crate::state_slice::State;
pub use crate::state_slice::StateSlice;
pub use crate::state_slice::Subscription;
pub use crate::state_slice::SubscriptionKey;
pub use crate::web_str;
pub use crate::RawEventTarget as _;
pub use css;
pub use web_sys;

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