Struct prioq::PriorityQueue [] [src]

pub struct PriorityQueue<T, U> where
    T: Ord + PartialOrd + Eq
{ /* fields omitted */ }

Methods

impl<T, U> PriorityQueue<T, U> where
    T: Ord + PartialOrd + Eq
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<T, U> Send for PriorityQueue<T, U> where
    T: Send,
    U: Send

impl<T, U> Sync for PriorityQueue<T, U> where
    T: Sync,
    U: Sync