[][src]Trait mini::aio::stdio::InputNotify

pub trait InputNotify {
    fn received(&mut self, data: Vec<u8>);
}

Required methods

fn received(&mut self, data: Vec<u8>)

Loading content...

Implementors

Loading content...