Module bip_disk::error [] [src]

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 Definitions

BlockResult

Convenient wrapper around std::Result.

TorrentResult

Convenient wrapper around std::Result.