pub trait Host {
    // Required method
    fn get_stdin(&mut self) -> Result<InputStream>;
}

Required Methods§

Implementors§