Module error

Module error 

Source
Expand description

Both Block and Torrent error types.

Structs§

BlockError
The Error type.
TorrentError
The Error type.

Enums§

BlockErrorKind
The kind of an error.
TorrentErrorKind
The kind of an error.

Traits§

BlockResultExt
Additional methods for Result, for easy interaction with this crate.
TorrentResultExt
Additional methods for Result, for easy interaction with this crate.

Type Aliases§

BlockResult
Convenient wrapper around std::Result.
TorrentResult
Convenient wrapper around std::Result.