[][src]Trait intra_pipe::ReadPipe

pub trait ReadPipe {
    fn new(receiver: Receiver<Vec<u8>>) -> Self;
}

Required methods

fn new(receiver: Receiver<Vec<u8>>) -> Self

Loading content...

Implementors

impl ReadPipe for AsyncReadPipe[src]

impl ReadPipe for SyncReadPipe[src]

Loading content...