Searched defs:try_write_to_string (Results 1 – 2 of 2) sorted by relevance
195 fn try_write_to_string(&self) -> Result<Cow<str>, (Self::Error, Cow<str>)> { in try_write_to_string() method251 fn try_write_to_string(&self) -> Result<Cow<str>, (Self::Error, Cow<str>)> { in try_write_to_string() function347 fn try_write_to_string(&self) -> Result<Cow<str>, (Infallible, Cow<str>)> { in try_write_to_string() function
53 fn try_write_to_string(&self) -> Result<Cow<str>, (Self::Error, Cow<str>)> { in try_write_to_string() method