Type Alias repr_offset::privacy::CombinePrivacyOut
source ยท pub type CombinePrivacyOut<Lhs, Rhs> = <Lhs as CombinePrivacy<Rhs>>::Output;
Expand description
Combines two Privacy
types.
This is used to compute the Privacy
associated type of the GetFieldOffset
trait in
impls for accessing nested fields.