Function x11rb_protocol::x11_utils::parse_u8_array
source ยท pub(crate) fn parse_u8_array<const N: usize>(
data: &[u8],
) -> Result<([u8; N], &[u8]), ParseError>
Expand description
Parse an array of u8
from the given data.