Type Definition rustc_incremental::persist::load::DepGraphFuture[][src]

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