-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Labels
fallible-iteratorIterator of results/optionsIterator of results/options
Description
fn try_unzip<A, B, E, FromA, FromB>(self) -> Result<(FromA, FromB), E>
where
FromA: Default + Extend<A>,
FromB: Default + Extend<B>,
Self: Iterator<Item = Result<(A, B), E>>,
{ ... }
As with my previous feature request, I'd be willing to implement this myself if it is considered useful enough for inclusion :)
ramosbugs, bjchambers, MarinPostma, elichai, TennyZhuang and 4 moreCGMossa
Metadata
Metadata
Assignees
Labels
fallible-iteratorIterator of results/optionsIterator of results/options