macro_rules! model_config {
($name:ident {
$($field:ident: $type:ty = $default:expr),* $(,)?
}) => { ... };
}Expand description
Helper macro for creating model configurations
macro_rules! model_config {
($name:ident {
$($field:ident: $type:ty = $default:expr),* $(,)?
}) => { ... };
}Helper macro for creating model configurations