Trait implementation lrs::string::String::Deref

Objects that implement the immutable dereference operator.

Syntax

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