fn changed_parts<'a>(
    src: &'a str,
    opposite_src: &'a str
) -> Vec<(TextChangeKind, Vec<&'a str>, Vec<&'a str>)>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,