pub(crate) fn make_diff(
    expected: &str,
    actual: &str,
    context_size: usize
) -> Vec<Mismatch>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,