Struct petgraph::algo::DfsSpace [−][src]
pub struct DfsSpace<N, VM> { /* fields omitted */ }
Expand description
Workspace for a graph traversal.
Implementations
Trait Implementations
Auto Trait Implementations
impl<N, VM> RefUnwindSafe for DfsSpace<N, VM> where
N: RefUnwindSafe,
VM: RefUnwindSafe,
impl<N, VM> UnwindSafe for DfsSpace<N, VM> where
N: UnwindSafe,
VM: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more