pub type GetAlignerFor<T, const ALIGNMENT: usize> = <T as AlignerFor<ALIGNMENT>>::Aligner;
Expand description
For getting the AlignTo*
type which aligns T
to ALIGNMENT
.
pub type GetAlignerFor<T, const ALIGNMENT: usize> = <T as AlignerFor<ALIGNMENT>>::Aligner;
For getting the AlignTo*
type which aligns T
to ALIGNMENT
.