[][src]Trait intra_pipe::WritePipe

pub trait WritePipe {
    fn new(sender: Sender<Vec<u8>>) -> Self;
}

Required methods

fn new(sender: Sender<Vec<u8>>) -> Self

Loading content...

Implementors

impl WritePipe for AsyncWritePipe[src]

impl WritePipe for SyncWritePipe[src]

Loading content...