Trait implementation lrs::string::ByteString::Deref

Objects that implement the immutable dereference operator.

Syntax

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