Trait implementation lrs::string::ByteString::ToCStr

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

Syntax

impl<H> ToCStr for ByteString<H>
    where H: Allocator,