pub type ExportReference = ExportReference;Aliased Type§
pub struct ExportReference {
pub from_file: PathBuf,
pub kind: String,
}Fields§
§from_file: PathBufFile that contains the reference.
kind: StringReference kind, such as named import, default import, or re-export.