pub trait SectionWithLimitedItems {
    fn get_count(&self) -> u32;
}

Required methods

Implementors