fix_tuple_type

Macro fix_tuple_type 

Source
macro_rules! fix_tuple_type {
    (()) => { ... };
    (($typ:ty)) => { ... };
    (($($typ:ty),*)) => { ... };
}