pub type CallbackId = Id;
Expand description

u64-based Callback Id (alias of workflow_core::id::Id).

Aliased Type§

struct CallbackId(/* private fields */);