Skip to main content

impl_param_described

Macro 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>.