Trait workflow_rpc::id::IdT

source ·
pub trait IdT:
    Generator
    + Debug
    + Clone
    + Eq
    + Hash
    + BorshSerialize
    + BorshDeserialize
    + Serialize
    + DeserializeOwned
    + Send
    + Sync
    + 'static { }
Expand description

Trait representing RPC message Id trait constraints

Object Safety§

This trait is not object safe.

Implementors§