Trait implementation lrs::vec::Vec::ToCStr

Objects that can be transformed into CStrs provided they have some scratch space available.

Syntax

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