Type Definition bip_bencode::BencodeConvertResult []

type BencodeConvertResult<T> = Result<T, BencodeConvertError>;

Convenient wrapper around std::Result.