Trait gut::NumFaces[][src]

pub trait NumFaces {
    fn num_faces(&self) -> usize;
}

Required methods

Implementors