[][src]Trait graph_traits::GraphEdgeTo

pub trait GraphEdgeTo: GraphBase {
    pub fn edge_to(&self, id: Self::EdgeID) -> Self::NodeID;
}

Required methods

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...