Module error

Source
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§

ErrorKind
The kind of an error.

Traits§

ResultExt
Additional methods for Result, for easy interaction with this crate.

Type Aliases§

Result
Convenient wrapper around std::Result.
TdoResult
Custom Result Type for tdo.