macro_rules! impl_unit_conversions {
($unit:ty) => { ... };
($first:ty, $($rest:ty),+ $(,)?) => { ... };
}Expand description
Generates From trait implementations for all pairs of units within a dimension.
macro_rules! impl_unit_conversions {
($unit:ty) => { ... };
($first:ty, $($rest:ty),+ $(,)?) => { ... };
}Generates From trait implementations for all pairs of units within a dimension.