Skip to main content

InternalIdGenerator

Trait InternalIdGenerator 

Source
pub trait InternalIdGenerator: Send + Sync {
    // Required method
    fn generate_id(&self, entity: &str) -> Result<u64, RuntimeError>;
}

Required Methods§

Source

fn generate_id(&self, entity: &str) -> Result<u64, RuntimeError>

Implementors§