Expand description
Custom Error Types for errors that may occur when handling todos (or lists).
Modules§
- github_
error - Errors that can arise when interacting with github.
- storage_
error - The Errors that may occur while interacting with the file system.
- todo_
error - Errors that can arise when working with todo lists.
Structs§
- Error
- The Error type.
Enums§
- Error
Kind - The kind of an error.
Traits§
- Result
Ext - Additional methods for
Result
, for easy interaction with this crate.