Home
last modified time | relevance | path

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

/external/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.rs20 .map_err(|source| Error::CreateCString { source })?), in cstr_cow_from_bytes()