pub trait Count {
    fn count() -> u32;
}

Required Methods

Implementors