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