Macro impl_fixed_array_like_display

Source
macro_rules! impl_fixed_array_like_display {
    ($name: ident, $trait_name :ident) => { ... };
}