pub type FillMany<'a, T> = Fill<'a, &'a mut Vec<T>, T>;
Future for Fifo consumption of N items
N
pub struct FillMany<'a, T> { /* private fields */ }