Skip to main content

label_for_kind

Function label_for_kind 

Source
pub fn label_for_kind(kind: EntryPointKind) -> &'static str
Expand description

Return the human-friendly label used in the summarize_entry_point_kinds output for a given variant.

Exposed pub so external consumers can format individual kinds without rebuilding a count map.