Trait keymatrix::KeyRows[][src]

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

Required Methods

Implementors