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

Required Methods§

source

fn get_primary(&self) -> u64

Implementations on Foreign Types§

source§

impl PrimaryValueInterface for u64

Implementors§