pub fn hints_for(
kb: &KeyBindings,
actions: &[(ActionShortcuts, &str)],
) -> Vec<Hint> ⓘExpand description
Build hints for (action, label) pairs, dropping actions with no binding.
pub fn hints_for(
kb: &KeyBindings,
actions: &[(ActionShortcuts, &str)],
) -> Vec<Hint> ⓘBuild hints for (action, label) pairs, dropping actions with no binding.