Trait plexus::generate::IntoVertices [] [src]

pub trait IntoVertices: Topological {
    type Output: IntoIterator<Item = Self::Vertex>;
    fn into_vertices(self) -> Self::Output;
}

Associated Types

Required Methods

Implementors