| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Rename `NotmuchEnum` trait to `NotmuchType`. | C. Morgan Hamill | 2015-03-24 |
| | | | | | Turns out to be useful outside of just enums. | ||
| * | Add crate-level `Result` type to error module. | C. Morgan Hamill | 2015-03-20 |
| | | | | | `Result<T, E>` where `E` is always the local `Error` type. | ||
| * | Add `cause()` method to `Error` type. | C. Morgan Hamill | 2015-03-20 |
| | | | | | Returns the underlying error type, if any. | ||
| * | Add error module with crate's `Error` type. | C. Morgan Hamill | 2015-03-20 |
| Implement `Display`, `Error`, and various `FromError<T>` traits on `Error`, allowing the use of `try!` on the various `Result` types in the crate. Note that currently the only error variants are those thrown from a lower-level operation. | |||
