IoSender

Type Alias IoSender 

Source
pub type IoSender<M, P> = Sender<M, IoBuffer<P>>;

Aliased Type§

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

Implementations§

Source§

impl<M: Flat + ?Sized, P: Write> IoSender<M, P>

Source

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