Type Definition gluon_vm::macros::MacroFuture

source ·
pub type MacroFuture = Box<dyn Future<Item = SpannedExpr<Symbol>, Error = Error> + Send>;