Type Alias abi_stable::inline_storage::GetAlignerFor

source ยท
pub type GetAlignerFor<T, const ALIGNMENT: usize> = <T as AlignerFor<ALIGNMENT>>::Aligner;
Expand description

For getting the AlignTo* type which aligns T to ALIGNMENT.