Trait may_queue::ScBlockPop [] [src]

pub trait ScBlockPop<T> {
    fn block_pop(&self) -> T;
}

Required Methods

Implementors