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