Home
last modified time | relevance | path

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

/tonic/tonic/src/metadata/
H A Dmod.rs46 pub use super::value::ToStrError;
H A Dvalue.rs34 pub struct ToStrError { struct
432 pub fn to_str(&self) -> Result<&str, ToStrError> { in to_str() argument
433 self.inner.to_str().map_err(|_| ToStrError::new()) in to_str()
598 impl ToStrError { impl
600 ToStrError { _priv: () } in new()
604 impl fmt::Display for ToStrError { implementation
610 impl Error for ToStrError {} implementation