Trait implementation lrs::string::NoNullString::Deref

Objects that implement the immutable dereference operator.

Syntax

impl<H> Deref for NoNullString<H>
    where H: Allocator,
{
    type Target = NoNullStr;
}