pub trait Size: ArrayLength<u8> + Debug + Default + Eq + Hash + Send + Sync + 'static { }
Size marker trait.