Module traitgraph::algo::queue[][src]

Expand description

A trait for bidirected queues to abstract over the different implementations in the standard library.

Traits

A queue that supports both popping and pushing at front and back.