Trait GraphEntry

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

Required Associated Types§

Implementors§

Source§

impl<Idx, W> GraphEntry for Edge<Idx, W>