Skip to main content

is_u8_array_or_slice

Function is_u8_array_or_slice 

Source
pub fn is_u8_array_or_slice(ty: Ty<'_>) -> bool
Expand description

Whether a type is a u8 array ([u8; N]) or u8 slice ([u8]).