Macro impl_neg_trait

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