risingwave_meta::controller::system_param

Macro impl_system_params_to_models

source
macro_rules! impl_system_params_to_models {
    ($({ $field:ident, $type:ty, $default:expr, $is_mutable:expr, $($rest:tt)* },)*) => { ... };
}
Expand description

Derive serialization to db models.