Type Alias gluon_vm::BoxFuture

source ·
pub type BoxFuture<'vm, T, E> = BoxFuture<'vm, Result<T, E>>;

Aliased Type§

struct BoxFuture<'vm, T, E> { /* private fields */ }