Type Alias deno_core::ModuleSourceFuture

source ยท
pub type ModuleSourceFuture = dyn Future<Output = Result<ModuleSource, Error>>;