Layout marker ZSTs and the sealed Layout trait.
Layout
Only RowMajor and ColMajor implement Layout; the crate::private::Sealed supertrait prevents external implementations.
RowMajor
ColMajor
crate::private::Sealed