wasmtime_
wasi_
io
30.0.0
DynFuture
Aliased Type
In wasmtime_
wasi_
io::
poll
wasmtime_wasi_io
::
poll
Type Alias
DynFuture
Copy item path
Source
pub type DynFuture<'a> =
Pin
<
Box
<dyn
Future
<Output =
()
> +
Send
+ 'a>>;
Aliased Type
ยง
struct DynFuture<'a> {}