Macro impl_param_value

Source
macro_rules! impl_param_value {
    ($type:ty) => { ... };
    ($type:ty => $borrowed:ty) => { ... };
}