wasmtime_
wasi
33.0.0
DynFuture
Aliased Type
In wasmtime_
wasi::
p2
wasmtime_wasi
::
p2
Type Alias
DynFuture
Copy item path
pub type DynFuture<'a> =
Pin
<
Box
<dyn
Future
<Output =
()
> +
Send
+ 'a>>;
Aliased Type
ยง
struct DynFuture<'a> {}