Trait implementation lrs::string::ByteStr::PartialOrd

Objects that implement the binary <, <=, >, and >= operators.

Syntax

impl<T> PartialOrd<T> for ByteStr
    where T: AsRef<[u8]>,