pub trait DirectedGraph {
    type Node: Idx;
}

Required Associated Types§

Implementations on Foreign Types§

Implementors§