macro_rules! int_best_fixed {
($($t:ty => $fixed:ty),* $(,)?) => { ... };
}Expand description
Macro to conveniently implement FixedForInteger for multiple integer types at once.
macro_rules! int_best_fixed {
($($t:ty => $fixed:ty),* $(,)?) => { ... };
}Macro to conveniently implement FixedForInteger for multiple integer types at once.