Module id

Module id 

Source
Expand description

IPC message identifiers. Provides Id64 and allows for a custom construction of IPC message ids using the Generator trait.

Structs§

Id64
IPC message id represented by a u64 type

Traits§

Generator
Id generation trait. This is typically meant to be a random number generator for a cusom message Id, but you can also define it to use a sequential generation.
IdT
Trait representing RPC message Id trait constraints