Trait implementation lrs::string::NoNullString::AsMutNoNullStr

Objects that can be borrowed as a mutable NoNullStr.

Syntax

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