pub trait CombinePrivacy<Rhs: Privacy> { type Output: Privacy; }
Trait that combines two Privacy types.
Privacy
This is IsPublic if both Self and the Rhs parameter are IsPublic, otherwise it is IsPrivate.
IsPublic
Self
Rhs
IsPrivate