fn be_uint<I, Uint, E: ParseError<I>>(
    bound: usize,
) -> impl Parser<I, Output = Uint, Error = E>Expand description
creates a big endian unsigned integer parser
bound: the number of bytes that will be readUint: the output type
fn be_uint<I, Uint, E: ParseError<I>>(
    bound: usize,
) -> impl Parser<I, Output = Uint, Error = E>creates a big endian unsigned integer parser
bound: the number of bytes that will be readUint: the output type