logo
pub trait PolygonGenerator {
    fn polygon_count(&self) -> usize;
}

Required Methods

Implementors