pub type ImpactClosureTrace = ImpactClosureTrace;Aliased Type§
pub struct ImpactClosureTrace {
pub seed: String,
pub affected_not_shown: Vec<String>,
pub coordination_gap: Vec<ImpactClosureGap>,
}Fields§
§seed: StringThe seed file, root-relative.
affected_not_shown: Vec<String>Root-relative paths transitively affected by the seed.
coordination_gap: Vec<ImpactClosureGap>Coordination gaps between the seed and consumers.