Trait workflow_wasm::callback::AsCallback
source · pub trait AsCallback: Send + Sync {
fn get_id(&self) -> CallbackId;
}
Expand description
Trait allowing to bind a generic Callback
struct
with a CallbackId
identifier.