Trait gut::NumCells[][src]

pub trait NumCells {
    fn num_cells(&self) -> usize;
}

Required methods

Implementors