Trait implementation lrs::vec::Vec::AsCStr

Objects that can be interpreted as CStrs.

Syntax

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