[][src]Type Definition deno_core::SourceCodeInfoFuture

type SourceCodeInfoFuture = dyn Future<Output = Result<SourceCodeInfo, ErrBox>> + Send;