Trait implementation lrs::vec::Vec::AsMutCStr

Objects that can be interpreted as mutable CStrs.

Syntax

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