wasmtime_
wasi_
http
35.0.0
Host
Implementations on Foreign Types
&mut _T
Implementors
In wasmtime_
wasi_
http::
bindings::
sync::
io::
error
wasmtime_wasi_http
::
bindings
::
sync
::
io
::
error
Trait
Host
Copy item path
pub trait Host:
Send
+
HostError
{ }
Implementations on Foreign Types
§
§
impl<_T>
Host
for
&mut _T
where _T:
Host
+
Send
+ ?
Sized
,
Implementors
§
§
impl<T>
Host
for IoImpl<T>
where T: IoView,