Function be_i128
fn be_i128<I, E: ParseError<I>>() -> impl Parser<I, Output = i128, Error = E>
where
I: Input<Item = u8>
Recognizes a big endian signed 16 bytes integer.
# use ;
use be_i128;
let mut parser = ;
assert_eq!;
assert_eq!;