Enum cw_utils::ParseReplyError [−][src]
pub enum ParseReplyError {
SubMsgFailure(String),
ParseFailure(String),
BrokenUtf8(FromUtf8Error),
}Variants
SubMsgFailure(String)
Tuple Fields
0: StringParseFailure(String)
Tuple Fields
0: StringBrokenUtf8(FromUtf8Error)
Tuple Fields
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
