impl_into_value_tuple

Macro impl_into_value_tuple 

Source
macro_rules! impl_into_value_tuple {
    ( $($idx:tt : $T:ident),+ $(,)? ) => { ... };
}