Home
last modified time | relevance | path

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

/tonic/tonic/src/metadata/
H A Dvalue.rs34 pub struct ToStrError { struct
35 _priv: (),
432 pub fn to_str(&self) -> Result<&str, ToStrError> { in to_str() argument
598 impl ToStrError { implementation
604 impl fmt::Display for ToStrError { implementation
610 impl Error for ToStrError {} implementation