pub fn is_bytes(shape: &Shape) -> bool
Check if a shape represents bytes (Vec<u8> or &[u8]).
Vec<u8>
&[u8]