Expand description
Macros§
Structs§
- Callback
Callbackis a struct that owns a given Rust closure meant to be bound to JavaScript as a callback.- Callback
Map - Collection of callbacks contained in a
std::collections::HashMap.
Enums§
- Callback
Error - Errors produced by the
callbackmodule
Traits§
- AsCallback
- Trait allowing to bind a generic
Callbackstruct with aCallbackIdidentifier.
Type Aliases§
- Callback
Closure - Callback Closure that produces a
wasm_bindgen::JsValueerror - Callback
Closure Without Result - Callback Closure that yields no
std::result::Result - Callback
Id u64-based Callback Id (alias ofworkflow_core::id::Id).- Callback
Result