pub trait StaticallySized { const SIZE: usize; }
A trait indicating, that a type only has one fixed size.