Trait rs_graph::wrapped::WrappedGraphMut [] [src]

pub trait WrappedGraphMut: WrappedGraph {
    fn as_mut_graph(&mut self) -> &mut Self::Graph;
}

An embedded, mutable graph.

Required Methods

Implementors