Type Definition deno_core::ModuleSourceFuture[][src]

type ModuleSourceFuture = dyn Future<Output = Result<ModuleSource, AnyError>>;