pub trait GraphEntry {
    type Idx;
    type Weight;
}

Required Associated Types§

Implementors§