mk_repr

Macro mk_repr 

Source
macro_rules! mk_repr {
    (
  $(
    $Xn:ident => $xn:ident
  ),* $(,)?
) => { ... };
}