Trait wasmtime_wasi::bindings::sockets::network::Host

source ·
pub trait Host: HostNetwork {
    // Required method
    fn convert_error_code(&mut self, err: SocketError) -> Result<ErrorCode>;
}

Required Methods§

Implementors§

source§

impl<T: WasiView> Host for T