Skip to main content

UuidGen

Trait UuidGen 

Source
pub trait UuidGen: Send + Sync {
    // Required method
    fn next(&self) -> u128;
}

Required Methods§

Source

fn next(&self) -> u128

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§