wasmtime_wasi_http::bindings::cli::stdin

Trait Host

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

Required Methods§

Implementations on Foreign Types§

Source§

impl<_T: Host + ?Sized + Send> Host for &mut _T

Implementors§