[][src]Function nom::number::streaming::be_i128

pub fn be_i128<'a, E: ParseError<&'a [u8]>>(
    i: &'a [u8]
) -> IResult<&'a [u8], i128, E>

Recognizes big endian signed 16 bytes integer

streaming version: will return Err(nom::Err::Incomplete(_)) if there is not enough data