Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/writeable/src/
Dtry_writeable.rs195 fn try_write_to_string(&self) -> Result<Cow<str>, (Self::Error, Cow<str>)> { in try_write_to_string() method
251 fn try_write_to_string(&self) -> Result<Cow<str>, (Self::Error, Cow<str>)> { in try_write_to_string() function
295 match self.0.try_write_to_string() { in write_to_string()
347 fn try_write_to_string(&self) -> Result<Cow<str>, (Infallible, Cow<str>)> { in try_write_to_string() function
389 let actual_result = match actual_writeable.try_write_to_string() {
/external/rust/android-crates-io/crates/potential_utf/src/
Dwriteable.rs53 fn try_write_to_string(&self) -> Result<Cow<str>, (Self::Error, Cow<str>)> { in try_write_to_string() method