Function get_second

Source
pub fn get_second<T, U, E>(arg: Result<(T, U), E>) -> Result<U, E>