Searched refs:ToStrError (Results 1 – 2 of 2) sorted by relevance
46 pub use super::value::ToStrError;
34 pub struct ToStrError { struct432 pub fn to_str(&self) -> Result<&str, ToStrError> { in to_str() argument433 self.inner.to_str().map_err(|_| ToStrError::new()) in to_str()598 impl ToStrError { impl600 ToStrError { _priv: () } in new()604 impl fmt::Display for ToStrError { implementation610 impl Error for ToStrError {} implementation