Module workflow_rpc::id
source · Expand description
Structs§
- RPC message id represented by a
u32
type - RPC message id represented by a
u64
type
Traits§
Id
generation trait. This is typically meant to be a random number generator for a custom messageId
, but you can also define it to use a sequential generation.- Trait representing RPC message
Id
trait constraints