Macro forward_float

Source
macro_rules! forward_float {
    ($from:ty: $to:ty) => { ... };
}