Macro weather_reports::tokens::enum_with_str_repr[][src]

macro_rules! enum_with_str_repr {
    ($(#[$enum_attr : meta]) * $ident : ident
 {
     $($(#[$variant_attr : meta]) * $variant : ident => $val : literal
       $(| $alt : literal) *,) *
 }) => { ... };
}