Type Definition rustc_incremental::DepGraphFuture[][src]

pub type DepGraphFuture = MaybeAsync<LoadResult<(SerializedDepGraph, FxHashMap<WorkProductId, WorkProduct>)>>;