Module tdo_core::error
[−]
[src]
Custom Error Types for errors that may occur when handling todos (or lists).
Modules
| 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
| ErrorKind |
The kind of an error. |
Traits
| ResultExt |
Additional methods for |
Type Definitions
| Result |
Convenient wrapper around |
| TdoResult |
Custom Result Type for tdo. |