macro_rules! impl_debug_display_trait {
    ($fl_ty: ty) => { ... };
}