Type Alias UtilityMap

Source
pub(crate) type UtilityMap<T> = OrderedMap<&'static str, (fn(T) -> i32, fn() -> Command)>;

Aliased Typeยง

struct UtilityMap<T> {}