impl_from_value_tuple

Macro impl_from_value_tuple 

Source
macro_rules! impl_from_value_tuple {
    ( $len:expr, $($T:ident),+ $(,)? ) => { ... };
}