[][src]Type Definition deno::SourceCodeInfoFuture

type SourceCodeInfoFuture<E> = dyn Future<Item = SourceCodeInfo, Error = E> + Send;