[][src]Function k9::assertions::err_matches_regex::assert_err_matches_regex

pub fn assert_err_matches_regex<A, T: Debug>(
    result: Result<A, T>,
    regex: &str
) -> Option<String>