pub fn second_ref<A, B>(tup: &(A, B)) -> &B
Expand description

Return the second element of a 2-tuple ref