Trait implementation lrs::string::NoNullStr::Deref

Objects that implement the immutable dereference operator.

Syntax

impl Deref for NoNullStr {
    type Target = ByteStr;
}