Type Alias IoReceiver

Source
pub type IoReceiver<M, P> = Receiver<M, IoBuffer<P>>;

Aliased Type§

pub struct IoReceiver<M, P> { /* private fields */ }

Implementations§

Source§

impl<M: Flat + ?Sized, P: AsyncRead + Unpin> IoReceiver<M, P>

Source

pub fn io(pipe: P, max_msg_len: usize) -> Self