pub trait IsAligned: Sealed { }
Expand description

Trait that is only implemented for Aligned and Unaligned to work around the lack of ability to have const generics of an enum.

Implementors§