macro_rules! float_trait_impl {
    ($name:ident for $($t:ident)*) => { ... };
}