macro_rules! from_value_to_primitive { ($( $T: ty, $TStr: expr , $P: path => $V: expr ),*) => { ... }; }