Trait sid::Generation [] [src]

pub trait Generation {
    fn get_gen(&self) -> u32;
}

Required Methods

Implementors