[][src]Type Definition akashi::Snowflake

type Snowflake = u64;

This type is used to represent unique IDs across Akashi.

Snowflake instances encode a timestamp, application-specific "group" and "worker" IDs, as well as a sequence number to disambiguate objects made in the same millisecond.

Trait Implementations

impl<E: Entity + 'static> Component<E> for Snowflake[src]

impl From<AttachedCardType> for Snowflake[src]