Type Definition coreutils::UtilityMap

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