Enum cw_utils::ParseReplyError
source · pub enum ParseReplyError {
SubMsgFailure(String),
ParseFailure(String),
BrokenUtf8(FromUtf8Error),
}Variants§
Trait Implementations§
source§impl Debug for ParseReplyError
impl Debug for ParseReplyError
source§impl Display for ParseReplyError
impl Display for ParseReplyError
source§impl Error for ParseReplyError
impl Error for ParseReplyError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<FromUtf8Error> for ParseReplyError
impl From<FromUtf8Error> for ParseReplyError
source§fn from(source: FromUtf8Error) -> Self
fn from(source: FromUtf8Error) -> Self
Converts to this type from the input type.