Type Definition bip_disk::error::TorrentResult []

type TorrentResult<T> = Result<T, TorrentError>;

Convenient wrapper around std::Result.