pub type IoReceiver<M, P> = Receiver<M, IoBuffer<P>>;
pub struct IoReceiver<M, P> { /* private fields */ }