Macro traffloat_types::ratio_def::units[][src]

macro_rules! units {
    ($(#[$blanket_meta : meta]) * $blanket : ident($($super : tt) *) ;
 #[$derive : meta] $base : ty :
 $($(#[$meta : meta]) * $tys :
   ident($fmt_front : literal, $fmt_back : literal)
   $((round : $round : ident)) ? ;) *
 $(< $a : path > * < $b : path > = $c : path ;) *) => { ... };
}