Trait implementation lrs::vec::Vec::AsMutNoNullStr

Objects that can be borrowed as a mutable NoNullStr.

Syntax

impl<H> AsMutNoNullStr for Vec<u8, H>
    where H: Allocator,