[][src]Function nom::be_u8

pub fn be_u8(i: &[u8]) -> IResult<&[u8], u8>

Recognizes an unsigned 1 byte integer (equivalent to take!(1)