Trait plexus::generate::Topological [] [src]

pub trait Topological: Sized {
    type Vertex: Clone;
}

Associated Types

Implementors