Trait implementation lrs::string::NoNullStr::Eq

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

Syntax

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