wasmtime_
wasi
25.0.2
Host
Implementations on Foreign Types
&mut _T
Implementors
In wasmtime_
wasi::
bindings::
sync::
cli::
terminal_
input
Trait
wasmtime_wasi
::
bindings
::
sync
::
cli
::
terminal_input
::
Host
Copy item path
source
·
[
−
]
pub trait Host:
Send
+
HostTerminalInput
{ }
Implementations on Foreign Types
§
source
§
impl<_T:
Host
+ ?
Sized
+
Send
>
Host
for
&mut _T
Implementors
§
source
§
impl<T>
Host
for
WasiImpl
<T>
where T:
WasiView
,