Skip to main content

Id

Type Alias Id 

Source
pub type Id = String;
Expand description

Unique identifier for entities. Implementation uses UUIDv4 format.

Aliased Typeยง

pub struct Id { /* private fields */ }