wasmtime_
wasi
35.0.0
Host
Implementations on Foreign Types
&mut _T
Implementors
In wasmtime_
wasi::
p2::
bindings::
io::
error
wasmtime_wasi
::
p2
::
bindings
::
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
,