macro_rules! impl_param_described {
($($t:ty), +) => { ... };
}Expand description
Implement the ParamDescribed trait for type $t, referencing a params member
of type Vec<Param>.
macro_rules! impl_param_described {
($($t:ty), +) => { ... };
}Implement the ParamDescribed trait for type $t, referencing a params member
of type Vec<Param>.