pub trait AuxArrayElement: Copy { fn from_le_bytes(bytes: &[u8]) -> Option<Self>; }
Types that can be used in aux arrays.