Trait abi_stable::inline_storage::AlignerFor
source · pub trait AlignerFor<const ALIGNMENT: usize>: Sized {
type Aligner;
}
Expand description
For getting the AlignTo*
type which aligns Self
to ALIGNMENT
.
Required Associated Types§
Object Safety§
This trait is not object safe.