Trait uuid::timestamp::ClockSequence  
source · pub trait ClockSequence {
    type Output;
    // Required method
    fn generate_sequence(&self, seconds: u64, subsec_nanos: u32) -> Self::Output;
}Expand description
A counter that can be used by version 1 and version 6 UUIDs to support the uniqueness of timestamps.