Searched defs:ToStrError (Results 1 – 1 of 1) sorted by relevance
34 pub struct ToStrError { struct35 _priv: (),432 pub fn to_str(&self) -> Result<&str, ToStrError> { in to_str() argument598 impl ToStrError { implementation604 impl fmt::Display for ToStrError { implementation610 impl Error for ToStrError {} implementation