pub(super) fn display_deductions_as_optional_list<T>( deductions: &[T], accessor: fn(&T) -> u32, ) -> impl Display + '_where T: Debug,