Trait wasmtime_wasi::bindings::sync::sockets::tcp::Host

source ·
pub trait Host: HostTcpSocket { }

Implementations on Foreign Types§

source§

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

Implementors§

source§

impl<T> Host for WasiImpl<T>
where T: WasiView,