pub fn direct_export_target(
export_item: &ExportItem,
) -> Option<(String, ModuleExportKind)>Expand description
Map a direct (non-Named) export item to its name and kind.
Returns None for ExportItem::Named, which requires scope-level
resolution handled by collect_exported_symbols.