[][src]Trait graph_traits::GraphEdgeEndpoints

pub trait GraphEdgeEndpoints: GraphBase + GraphEdgeFrom + GraphEdgeTo {
    pub fn edge_endpoints(
        &self,
        id: Self::EdgeID
    ) -> (Self::NodeID, Self::NodeID) { ... } }

Provided methods

pub fn edge_endpoints(&self, id: Self::EdgeID) -> (Self::NodeID, Self::NodeID)[src]

Loading content...

Implementations on Foreign Types

impl<N, E, Ty, Ix> GraphEdgeEndpoints for Graph<N, E, Ty, Ix> where
    Ty: EdgeType,
    Ix: IndexType
[src]

Loading content...

Implementors

Loading content...