Searched refs:CreateCString (Results 1 – 2 of 2) sorted by relevance
77 CreateCString { enumerator92 CreateCString { ref source } => Some(source), in source()124 CreateCString { .. } => write!(f, "could not create a C string from bytes"), in fmt()
20 .map_err(|source| Error::CreateCString { source })?), in cstr_cow_from_bytes()