wasmtime_
wasi_
http
32.0.0
Host
Required Methods
get_stdin
Implementations on Foreign Types
&mut _T
Implementors
In wasmtime_
wasi_
http::
bindings::
sync::
cli::
stdin
wasmtime_wasi_http
::
bindings
::
sync
::
cli
::
stdin
Trait
Host
Copy item path
Source
pub trait Host { // Required method fn
get_stdin
(&mut self) -> Resource<
InputStream
>; }
Required Methods
§
Source
fn
get_stdin
(&mut self) -> Resource<
InputStream
>
Implementations on Foreign Types
§
Source
§
impl<_T:
Host
+ ?
Sized
>
Host
for
&mut _T
Source
§
fn
get_stdin
(&mut self) -> Resource<
InputStream
>
Implementors
§