macro_rules! def_key { ($({ $field:ident, $($rest:tt)* },)*) => { ... }; }
Expand description
Define key constants for fields in PbSystemParams
for use of other modules.
macro_rules! def_key { ($({ $field:ident, $($rest:tt)* },)*) => { ... }; }
Define key constants for fields in PbSystemParams
for use of other modules.