Enum fuels_core::errors::CodecError
source · [−]pub enum CodecError {
InvalidData,
Utf8Error(Utf8Error),
}
Variants
InvalidData
Utf8Error(Utf8Error)
Trait Implementations
Performs the conversion.