pub unsafe fn default_check_bytes_dyn<T>(
bytes: *const u8,
context: &mut Validator<'_>,
) -> Result<(), DeserializeError>where
T: for<'a> CheckBytes<Validator<'a>>,Expand description
ยงSafety
Run T::check_bytes
pub unsafe fn default_check_bytes_dyn<T>(
bytes: *const u8,
context: &mut Validator<'_>,
) -> Result<(), DeserializeError>where
T: for<'a> CheckBytes<Validator<'a>>,Run T::check_bytes