[][src]Trait scaly::io::stream::Stream

pub trait Stream: Disposable {
    fn read_byte(&self) -> u8;
fn write_byte(&self, _: u8); }

Required methods

fn read_byte(&self) -> u8

fn write_byte(&self, _: u8)

Loading content...

Implementors

impl Stream for ConsoleStream[src]

Loading content...