pax_struct

Macro pax_struct 

Source
macro_rules! pax_struct {
    ($name:ident { $($field:ident : $value:expr),* $(,)? }) => { ... };
}