Skip to main content

ImpactClosureGap

Type Alias ImpactClosureGap 

Source
pub type ImpactClosureGap = ImpactClosureGap;

Aliased Type§

pub struct ImpactClosureGap {
    pub consumer_file: String,
    pub consumed_symbols: Vec<String>,
    pub note: String,
}

Fields§

§consumer_file: String

Root-relative path of the consumer module.

§consumed_symbols: Vec<String>

Exported symbol names the consumer references.

§note: String

Scope note for the syntactic trace.