[][src]Function nom::number::complete::be_u16

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

Recognizes big endian unsigned 2 bytes integer

complete version: returns an error if there is not enough input data