Edge

Type Alias Edge 

Source
pub type Edge<G> = <G as WithEdge>::Edge;

Trait Implementations§

Source§

impl<'a, G> Ends<'a, G, (<G as WithEdge>::Edge, <G as WithVertex>::Vertex, <G as WithVertex>::Vertex)> for Edge<G>
where G: WithEdge,

Source§

fn _ends(self, g: &'a G) -> (Edge<G>, Vertex<G>, Vertex<G>)

Source§

impl<'a, G> Ends<'a, G, (<G as WithVertex>::Vertex, <G as WithVertex>::Vertex)> for Edge<G>
where G: WithEdge,

Source§

fn _ends(self, g: &'a G) -> (Vertex<G>, Vertex<G>)