Expand description
Macros§
Structs§
- Callback
Callback
is 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
callback
module
Traits§
- AsCallback
- Trait allowing to bind a generic
Callback
struct with aCallbackId
identifier.
Type Aliases§
- Callback
Closure - Callback Closure that produces a
wasm_bindgen::JsValue
error - 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