Macro time_core::convert::impl_per

source ยท
macro_rules! impl_per {
    ($($t:ident ($str:literal) per {$(
        $larger:ident : $output:ty = $value:expr
    )*})*) => { ... };
}
Expand description

Declare and implement Per for all relevant types. Identity implementations are automatic.