Type Alias ExprFuture

Source
pub type ExprFuture = BoxFuture<'static, Result<Vec<Gc<Value>>, RuntimeError>>;

Aliased Typeยง

pub struct ExprFuture { /* private fields */ }