partition_errors

Function partition_errors 

Source
pub fn partition_errors(
    errors: Vec<ErrorResult>,
) -> (Vec<ErrorResult>, Vec<ErrorResult>)