macro_rules! impl_system_params_from_db { ($({ $field:ident, $type:ty, $($rest:tt)* },)*) => { ... }; }
Expand description
Derive system params from db models.
macro_rules! impl_system_params_from_db { ($({ $field:ident, $type:ty, $($rest:tt)* },)*) => { ... }; }
Derive system params from db models.