pub fn validate_versioned<'a, T: Validate<'a>, R: BufferReader<'a>>(
min: u8,
max: u8,
reader: &mut R,
) -> Result<u8, ValidateError>pub fn validate_versioned<'a, T: Validate<'a>, R: BufferReader<'a>>(
min: u8,
max: u8,
reader: &mut R,
) -> Result<u8, ValidateError>