Searched defs:CString (Results 1 – 2 of 2) sorted by relevance
206 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring()547 pub struct CString { struct551 impl CString { argument586 impl Deref for CString { implementation596 impl<'a> TryFrom<&'a CStr> for CString { implementation599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from()
125 TEST_F(ReadTest, CString) in TEST_F() argument