Searched defs:AllocatedQueue (Results 1 – 2 of 2) sorted by relevance
44 pub trait AllocatedQueue<'a, D: Direction>: TryDequeue + Stream + Sized { trait
422 impl<'a, D: Direction, P: BufferHandles + 'a> AllocatedQueue<'a, D> impl