Function solana_program::serialize_utils::read_u8

source ยท
pub fn read_u8(current: &mut usize, data: &[u8]) -> Result<u8, SanitizeError>