Type Definition workflow_wasm::callback::CallbackResult

source ·
pub type CallbackResult<T> = Result<T, CallbackError>;