Module error

Module error 

Source

Structs§

DecompressionSnafu
SNAFU context selector for the JImageError::Decompression variant
InternalSnafu
SNAFU context selector for the JImageError::Internal variant
IoSnafu
SNAFU context selector for the JImageError::Io variant
MagicSnafu
SNAFU context selector for the JImageError::Magic variant
RawReadSnafu
SNAFU context selector for the JImageError::RawRead variant
UnsupportedDecompressorSnafu
SNAFU context selector for the JImageError::UnsupportedDecompressor variant
Utf8Snafu
SNAFU context selector for the JImageError::Utf8 variant
VersionSnafu
SNAFU context selector for the JImageError::Version variant

Enums§

JImageError
Represents errors that can occur while working with JImage files.

Type Aliases§

Result
Type alias for a Result type that uses JImageError for error handling.