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.
pub type CombinePrivacyOut<Lhs, Rhs> = <Lhs as CombinePrivacy<Rhs>>::Output;Combines two Privacy types.
This is used to compute the Privacy associated type of the GetFieldOffset trait in
impls for accessing nested fields.