Macro itertools::impl_macros::debug_fmt_fields

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