pub trait PrimaryValueInterface {
    fn get_primary(&self) -> u64;
}
Expand description

Required Methods

Implementors