[][src]Trait graph_traits::GraphEdgeRemovable

pub trait GraphEdgeRemovable<E>: GraphBase {
    pub fn remove_edge(&mut self, id: Self::EdgeID) -> E;
}

Required methods

pub fn remove_edge(&mut self, id: Self::EdgeID) -> E[src]

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...