pub fn colored_chared_bytes(
    bytes: &[u8],
    line_number: usize,
    width: NonZeroUsize,
    underline: bool
) -> Vec<String>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator