Module tuple_transpose

Source
Expand description

Convert tuples of Result values into a Result of the Ok values so that errors can be propagated easily. (There is also tuple-transpose crate offering the same, but it might not stay around and has no docs.)

Traitsยง

TupleTranspose