Flattens an array of results into a single result. If any of the results are Err, the first Err will be returned. Otherwise, the Result will be Ok with an array of all the values.
Flattens an array of results into a single result. If any of the results are Err, the first Err will be returned. Otherwise, the Result will be Ok with an array of all the values.