Trait plexus::generate::VertexGenerator [] [src]

pub trait VertexGenerator {
    fn vertex_count(&self) -> usize;
}

Required Methods

Implementors