Enum fuels_core::errors::CodecError [−][src]
pub enum CodecError {
InvalidData,
Utf8Error(Utf8Error),
}Variants
InvalidData
Utf8Error(Utf8Error)
Tuple Fields
0: Utf8ErrorTrait Implementations
Performs the conversion.
