Function x11rb_protocol::x11_utils::parse_u8_array_ref

source ยท
pub(crate) fn parse_u8_array_ref<const N: usize>(
    data: &[u8],
) -> Result<(&[u8; N], &[u8]), ParseError>
Expand description

Parse an array of u8 from the given data.