Home
last modified time | relevance | path

Searched refs:CreateCString (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/libloading/src/
Derror.rs77 CreateCString { enumerator
92 CreateCString { ref source } => Some(source), in source()
124 CreateCString { .. } => write!(f, "could not create a C string from bytes"), in fmt()
Dutil.rs22 Cow::Owned(CString::new(slice).map_err(|source| Error::CreateCString { source })?) in cstr_cow_from_bytes()