[][src]Trait graph_traits::GraphNodeRemovable

pub trait GraphNodeRemovable<N>: GraphBase {
    pub fn remove_node(&mut self, id: Self::NodeID) -> N;
}

Required methods

pub fn remove_node(&mut self, id: Self::NodeID) -> N[src]

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...