pub trait GraphType {
    type NodeRef;
    type EdgeRef;
    type SubgraphType;
}

Required Associated Types§

Implementors§