Struct petgraph::algo::DfsSpace [] [src]

pub struct DfsSpace<N, VM> { /* fields omitted */ }

Workspace for a graph traversal.

Methods

impl<N, VM> DfsSpace<N, VM> where
    N: Copy + PartialEq,
    VM: VisitMap<N>, 
[src]

[src]

Trait Implementations

impl<N: Clone, VM: Clone> Clone for DfsSpace<N, VM>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<N: Debug, VM: Debug> Debug for DfsSpace<N, VM>
[src]

[src]

Formats the value using the given formatter.

impl<N, VM> Default for DfsSpace<N, VM> where
    VM: VisitMap<N> + Default
[src]

[src]

Returns the "default value" for a type. Read more