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 */ }

Trait Implementations§

1.33.0 · source§

impl<P> Deref for Pin<P>where P: Deref,

§

type Target = <P as Deref>::Target

The resulting type after dereferencing.
source§

fn deref(&self) -> &<P as Deref>::Target

Dereferences the value.