Home
last modified time | relevance | path

Searched defs:to_cstring (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dstr.rs231 fn to_cstring(&self) -> Result<CString, AllocError>; in to_cstring() method
341 fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring() method