pub type ExprFuture = BoxFuture<'static, Result<Vec<Gc<Value>>, RuntimeError>>;
pub struct ExprFuture { /* private fields */ }