Trait WasiSocketsView

Source
pub trait WasiSocketsView: Send {
    // Required method
    fn sockets(&mut self) -> WasiSocketsCtxView<'_>;
}

Required Methods§

Source

fn sockets(&mut self) -> WasiSocketsCtxView<'_>

Implementors§