Type Definition prop::fun::Tup3

source ·
pub type Tup3<A, B, C> = Tup<A, Tup<B, C>>;
Expand description

Tuple of 3 elements.