Trait implementation lrs::vec::Vec::AsNoNullStr

Objects that can be borrowed as a NoNullStr.

Syntax

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