Trait extra::flatpipes::ByteChan

pub trait ByteChan {
    fn send(&self, val: ~[u8]);
}

ByteChans are a simple interface for sending bytes

Required Methods

fn send(&self, val: ~[u8])

Implementors