Skip to main content

TracedExport

Type Alias TracedExport 

Source
pub type TracedExport = TracedExport;

Aliased Type§

pub struct TracedExport {
    pub name: String,
    pub is_type_only: bool,
    pub reference_count: usize,
    pub referenced_by: Vec<ExportReference>,
}

Fields§

§name: String

Export name.

§is_type_only: bool

Whether the export is type-only.

§reference_count: usize

Number of references to this export.

§referenced_by: Vec<ExportReference>

Files that reference this export.