[][src]Function partition_eithers::collect_any_errors

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