[−][src]Trait btree_graph::GetEdgeValue
GetEdgeValue returns the value associated with the edge (x, y).
Required methods
pub fn get_edge_value(&self, x: E) -> Option<&(V, V)>[src]
Implementors
impl<V, E> GetEdgeValue<V, E> for BTreeGraph<V, E> where
V: Ord,
E: Ord, [src]
V: Ord,
E: Ord,