Skip to main content

check_errors

Function check_errors 

Source
pub fn check_errors(
    a: &[(String, String)],
    b: &[(&str, &str)],
) -> Result<(), String>
Expand description

True if a and b contain the same error messages