Function check_byte_layout

Source
pub fn check_byte_layout<'lt, T>(bytes: &[u8]) -> bool
where T: Archive, T::Archived: for<'a> CheckBytes<HighValidator<'a, Error>>,