run_make_support::assertion_helpers

Function print

Source
fn print<'a, 'e, A: AsRef<str>, E: AsRef<str>>(
    assertion_kind: &str,
    haystack: &'a A,
    needle: &'e E,
) -> (&'a str, &'e str)