pub trait Alignment: Sealed { }
Expand description

Marker trait for types that represents the alignment of a FieldOffset.

This is only implemented by Aligned and Unaligned

Implementors§