Enum block_utils::BlockUtilsError [−][src]
pub enum BlockUtilsError {
Error(String),
IoError(Error),
ParseBoolError(ParseBoolError),
ParseIntError(ParseIntError),
SerdeError(Error),
StrumParseError(ParseError),
}Variants
Error(String)Tuple Fields of Error
0: StringIoError(Error)Tuple Fields of IoError
0: ErrorParseBoolError(ParseBoolError)Tuple Fields of ParseBoolError
ParseIntError(ParseIntError)Tuple Fields of ParseIntError
SerdeError(Error)Tuple Fields of SerdeError
0: ErrorStrumParseError(ParseError)Tuple Fields of StrumParseError
0: ParseErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.