[][src]Type Definition gluon_vm::BoxFuture

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