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