Macro mzdata::impl_param_described

source ·
macro_rules! impl_param_described {
    ($($t:ty), +) => { ... };
}
Expand description

Implement the ParamDescribed trait for type $t, referencing a params member of type Vec<Param>.