trait GridCount {
    fn count(&self) -> usize;
}

Required methods

Implementors