Expand description
Defines the error types and Result alias for the ansimage crate.
This module consolidates all possible failure modes into a single enum,
AnsiImageError, for convenient error handling across the library. It
also provides a crate-specific Result type.
Enums§
- Ansi
Image Error - The error enum for all fallible operations in the
ansimagecrate.
Type Aliases§
- Result
- The primary
Resulttype used throughout theansimagecrate.