[][src]Type Definition deno::DynImportFuture

type DynImportFuture = Box<dyn Future<Item = deno_mod, Error = ErrBox> + Send>;