Trait implementation lrs::string::CString::Deref

Objects that implement the immutable dereference operator.

Syntax

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