itertools::impl_macros

Macro debug_fmt_fields

Source
macro_rules! debug_fmt_fields {
    ($tyname:ident, $($($field:tt/*TODO ideally we would accept ident or tuple element here*/).+),*) => { ... };
}