Objects that implement the binary <, <=, >, and >= operators.
<
<=
>
>=
impl<T> PartialOrd<T> for ByteStr where T: AsRef<[u8]>,