wasmtime_wasi_http::bindings::sync::io::error

Trait Host

Source
pub trait Host: Send + HostError { }

Implementations on Foreign Types§

Source§

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

Implementors§

Source§

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