use ;
/// Represents the type of epoch for the Snowflake generator.
///
/// - `Unix`: Represents the UNIX epoch starting at `1970-01-01T00:00:00Z`.
/// - `Discord`: Represents the Discord epoch starting at `2015-01-01T00:00:00Z`.
/// - `Custom(DateTime<Utc>)`: Represents a custom epoch defined by the user.