MultiArg7

Type Alias MultiArg7 

Source
pub type MultiArg7<T0, T1, T2, T3, T4, T5, T6> = MultiValue7<T0, T1, T2, T3, T4, T5, T6>;
👎Deprecated since 0.29.0: Alias kept for backwards compatibility. Replace with MultiValue*

Aliased Type§

pub struct MultiArg7<T0, T1, T2, T3, T4, T5, T6>(pub (T0, T1, T2, T3, T4, T5, T6));

Tuple Fields§

§0: (T0, T1, T2, T3, T4, T5, T6)
👎Deprecated since 0.57.0: use .into_tuple() or .as_tuple() instead