Trait implementation lrs::string::ByteStr::Eq

Objects that implement the binary == and != operators.

Syntax

impl<T> Eq<T> for ByteStr
    where T: AsRef<[u8]> + ?Sized,