Skip to main content

TracedReExport

Type Alias TracedReExport 

Source
pub type TracedReExport = TracedReExport;

Aliased Type§

pub struct TracedReExport {
    pub source_file: PathBuf,
    pub imported_name: String,
    pub exported_name: String,
}

Fields§

§source_file: PathBuf

Source file being re-exported from.

§imported_name: String

Imported symbol name.

§exported_name: String

Exported symbol name.