Type Definition bip_disk::error::BlockResult []

type BlockResult<T> = Result<T, BlockError>;

Convenient wrapper around std::Result.