pub type RecvOne<'a, T> = Recv<'a, Option<T>, T>;
Future for Fifo consumption of one item
pub struct RecvOne<'a, T> { /* private fields */ }