Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/util/
Dsqlite_string.rs86 pub(crate) fn to_string_lossy(&self) -> std::borrow::Cow<'_, str> { in to_string_lossy() method
/external/rust/cxx/src/
Dcxx_string.rs152 pub fn to_string_lossy(&self) -> Cow<str> { in to_string_lossy() method