pub trait Privacy: Sealed { }
Expand description

Marker trait for types that represents the privacy of a FieldOffsetWithVis.

This is only implemented by IsPublic and IsPrivate

Implementors§