Structs§
- Glob
Error - A glob iteration error.
- IoError
- The error type for I/O operations of the
Read
,Write
,Seek
, and associated traits. - Json
Error - This type represents all possible errors that can occur when serializing or deserializing JSON data.
Enums§
- AppDirs
Error - Error type for any
app_dirs
operation. - CtError
Type Aliases§
- ADResult
- CtResult
- Glob
Result - An alias for a glob iteration result.
- IoResult
- A specialized
Result
type for I/O operations. - Json
Result - Alias for a
Result
with the error typeserde_json::Error
.