Skip to main content

ImpactClosureTrace

Type Alias ImpactClosureTrace 

Source
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: String

The 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.