Trait GraphEntry

Source
pub trait GraphEntry {
    type Idx;
    type Weight;
}

Required Associated Types§

Implementors§