pub type MultiArg3<T0, T1, T2> = MultiValue3<T0, T1, T2>;👎Deprecated since 0.29.0:
Alias kept for backwards compatibility. Replace with MultiValue*
Aliased Type§
pub struct MultiArg3<T0, T1, T2>(pub (T0, T1, T2));Tuple Fields§
§0: (T0, T1, T2)👎Deprecated since 0.57.0:
use .into_tuple() or .as_tuple() instead