bytemuck_derive::traits

Macro mk_repr

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