Trait qcollect_traits::CollectPopFront [] [src]

pub trait CollectPopFront {
    type Val;
    fn pop_front(&mut self) -> Option<Self::Val>;
}

Associated Types

type Val

Required Methods

fn pop_front(&mut self) -> Option<Self::Val>

Implementors