Trait implementation lrs::string::CString::ToCStr

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

Syntax

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