Struct traitgraph::algo::traversal::BackwardNeighborStrategy[][src]

pub struct BackwardNeighborStrategy;
Expand description

A neighbor strategy that traverses all incoming edges of a node.

Trait Implementations

The iterator type used to iterate over the neighbors of a node.

The iterator type used to iterate over the neighbors of an edge.

Returns an iterator over the neighbors of a given node.

Returns an iterator over the neighbors of an edge.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.