Type Alias FillExact

Source
pub type FillExact<'a, T> = Fill<'a, &'a mut [T], T>;
Expand description

Future for Fifo consumption of N items

Aliased Typeยง

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