[][src]Function partition_eithers::partition_eithers

pub fn partition_eithers<T, E>(a: Vec<Result<T, E>>) -> (Vec<T>, Vec<E>)