[][src]Type Definition bigbit::linkedbytes::DecodeResult

type DecodeResult = Result<LBNum, InvalidLBSequence>;

The Result specialization for the methods converting iterators/arrays of bytes into instances of LBNum.