pub trait Id {
type BaseType;
// Required method
fn id(&self) -> Self::BaseType;
}Expand description
basic Snowflake structure
pub trait Id {
type BaseType;
// Required method
fn id(&self) -> Self::BaseType;
}basic Snowflake structure