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_dirsoperation. - CtError
Type Aliases§
- ADResult
- CtResult
- Glob
Result - An alias for a glob iteration result.
- IoResult
- A specialized
Resulttype for I/O operations. - Json
Result - Alias for a
Resultwith the error typeserde_json::Error.