Function rustdt_util::tests::check_err_res_contains [] [src]

pub fn check_err_res_contains<OK, ERR>(
    result: Result<OK, ERR>,
    sub_string: &str
) where
    OK: Debug,
    ERR: Display + Debug