Trait wasmtime_wasi::preview2::bindings::sync_io::io::streams::Host

source ·
pub trait Host: HostInputStream + HostOutputStream {
    // Required method
    fn convert_stream_error(&mut self, err: StreamError) -> Result<StreamError>;
}

Required Methods§

Implementors§

source§

impl<T: WasiView> Host for T