pub trait AsCStr {
    fn as_cstr(&self) -> cstr;
}

Required Methods

Implementations on Foreign Types

Implementors