pub trait AutoParse {
// Required methods
fn to_cstring(&self) -> Result<CString>;
fn to_c_char(&self) -> *const c_char;
}Expand description
针对C/C++
Required Methods§
sourcefn to_cstring(&self) -> Result<CString>
fn to_cstring(&self) -> Result<CString>
转CsString