pub trait CombineAlignment<Rhs: Alignment> {
type Output: Alignment;
}Expand description
Trait that combines two Alignment types,
determines the return type of FieldOffset + FieldOffset.
pub trait CombineAlignment<Rhs: Alignment> {
type Output: Alignment;
}Trait that combines two Alignment types,
determines the return type of FieldOffset + FieldOffset.