FillMany

Type Alias FillMany 

Source
pub type FillMany<'a, T> = Fill<'a, &'a mut Vec<T>, T>;
Expand description

Future for Fifo consumption of N items

Aliased Typeยง

pub struct FillMany<'a, T> { /* private fields */ }