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

pub struct BfsQueueStrategy;
Expand description

A queue strategy that works by the first-in first-out principle.

Trait Implementations

Insert a node into the queue.

Remove and return a node from the queue.

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.