macro_rules! impl_dual_number_ref_unop {
(impl<$T:ident> $imp:ident $method:ident ($t:ty) where $($w:ident)*) => { ... };
}macro_rules! impl_dual_number_ref_unop {
(impl<$T:ident> $imp:ident $method:ident ($t:ty) where $($w:ident)*) => { ... };
}