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: StringExport name.
is_type_only: boolWhether the export is type-only.
reference_count: usizeNumber of references to this export.
referenced_by: Vec<ExportReference>Files that reference this export.