Trait sweeprs::SweeperCell[][src]

pub trait SweeperCell {
    fn open(&mut self) -> &CellKind;
fn flag(&mut self) -> &CellState; }
Expand description

Cell trait

Required methods

Implementors