Function root_io::core::parsers::checked_byte_count []

pub fn checked_byte_count(i: &[u8]) -> IResult<&[u8], u64, u32>

Return the size in bytes of the following object in the input. The count is the remainder of this object minus the size of the count.