pub type ExportReference = ExportReference;Expand description
Engine alias for fallow_types::trace::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.