[][src]Type Definition deno_core::ModuleSourceFuture

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