Skip to main content

Module ids

Module ids 

Source
Expand description

Identifier generation for calls and approvals.

Structs§

DefaultIdGenerator
The default generator: 16 alphanumeric characters, no prefix.
PrefixedIdGenerator
Generates prefix<separator><random> ids from a fixed alphabet.

Traits§

IdGenerator
Produces identifiers.

Functions§

default_id_generator
Returns the default generator as a shared trait object.