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