[][src]Trait eiz::rt_queue::PopNCopy

pub trait PopNCopy<T: Send + Copy> {
    fn try_popn_copy(&mut self, dst: &mut [T]) -> usize;
}

The try_popn_copy operation.

Required methods

fn try_popn_copy(&mut self, dst: &mut [T]) -> usize

Loading content...

Implementors

Loading content...