[][src]Trait graph_traits::GraphEdgeFrom

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

Required methods

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

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...