| Commit message (Collapse) | Author | Age |
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Remove the 'Notmuch' prefix, as it pollutes the generated documentation.
It's rendundant, anyhow.
|
| |
|
|
| |
No longer necessary with the `From` and `Into` traits from std::convert.
|
| |
|
|
| |
Turns out to be useful outside of just enums.
|
| |
|
|
| |
`Result<T, E>` where `E` is always the local `Error` type.
|
| |
|
|
| |
Returns the underlying error type, if any.
|
|
|
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.
|