Type Definition dairy::CString[][src]

type CString<'a> = Cow<'a, CStr>;
Expand description

Convenient type alias for a clone-on-write CStr.