pub(crate) fn print_pairs<S: AsRef<str>>( pairs: &[(S, Option<&dyn Display>)], left_align: bool, indent: usize, )