[][src]Trait repr_offset::privacy::Privacy

pub trait Privacy: Sealed { }

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

This is only implemented by IsPublic and IsPrivate

Implementors

impl Privacy for IsPrivate[src]

impl Privacy for IsPublic[src]

Loading content...