pub trait KeyRows<N: Unsigned> { // Required methods fn size(&self) -> N; fn read_row(&mut self, col: usize) -> bool; }