/// Defines error types and implementations for decoding escape sequences.
///
/// This module contains the `DecodeError` enum and its associated implementations for displaying
/// and handling decoding errors.
use Error;
use fmt;
/// Represents the different types of errors that can occur during decoding.