Trait implementation lrs::string::NoNullString::AsNoNullStr

Objects that can be borrowed as a NoNullStr.

Syntax

impl<H> AsNoNullStr for NoNullString<H>
    where H: Allocator,