Type Alias ExprFuture

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

Aliased Type§

pub struct ExprFuture { /* private fields */ }