skip_value

Function skip_value 

Source
pub fn skip_value(reader: &mut Bytes) -> Result<()>
Expand description

Skips a value of any type in the senax binary format.

This is used for forward/backward compatibility when unknown fields/variants are encountered.

ยงErrors

Returns an error if the value cannot be skipped (e.g., insufficient data).