Skip to main content

ReExportChain

Type Alias ReExportChain 

Source
pub type ReExportChain = ReExportChain;

Aliased Type§

pub struct ReExportChain {
    pub barrel_file: PathBuf,
    pub exported_as: String,
    pub reference_count: usize,
}

Fields§

§barrel_file: PathBuf

The barrel file that re-exports this symbol.

§exported_as: String

The name it is re-exported as.

§reference_count: usize

Number of references on the barrel’s re-exported symbol.