pub type TracedReExport = TracedReExport;Aliased Type§
pub struct TracedReExport {
pub source_file: PathBuf,
pub imported_name: String,
pub exported_name: String,
}Fields§
§source_file: PathBufSource file being re-exported from.
imported_name: StringImported symbol name.
exported_name: StringExported symbol name.