pub type InvalidEncodingError = EncodingError;
👎Deprecated since 0.7.0: renamed to
EncodingError
Expand description
Deprecated alias for EncodingError
.
Aliased Type§
pub struct InvalidEncodingError {
pub offset: usize,
pub source: InvalidEncoding,
}
Fields§
§offset: usize
offset of the erroneous ~
from within the Token
source: InvalidEncoding
the specific encoding error