Function xtask::set_generator::coalesce_errors
source · fn coalesce_errors(errors: &[Error]) -> Option<Error>
Expand description
Turn 1 or more GraphQL errors into a single Error
we can return.
fn coalesce_errors(errors: &[Error]) -> Option<Error>
Turn 1 or more GraphQL errors into a single Error
we can return.