Module error

Module error 

Source

Structs§

EntryNotFoundSnafu
SNAFU context selector for the JarError::EntryNotFound variant
IoSnafu
SNAFU context selector for the JarError::Io variant
ZipSnafu
SNAFU context selector for the JarError::Zip variant

Enums§

JarError
Represents errors that can occur while working with JAR files.

Type Aliases§

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