Skip to main content

ExportReference

Type Alias ExportReference 

Source
pub type ExportReference = ExportReference;

Aliased Type§

pub struct ExportReference {
    pub from_file: PathBuf,
    pub kind: String,
}

Fields§

§from_file: PathBuf

File that contains the reference.

§kind: String

Reference kind, such as named import, default import, or re-export.