pub type ReExportChain = ReExportChain;Aliased Type§
pub struct ReExportChain {
pub barrel_file: PathBuf,
pub exported_as: String,
pub reference_count: usize,
}Fields§
§barrel_file: PathBufThe barrel file that re-exports this symbol.
exported_as: StringThe name it is re-exported as.
reference_count: usizeNumber of references on the barrel’s re-exported symbol.