pub type FieldAccessibility = BitArray64<IsAccessible>;
Expand description
An array with whether the ith field of a prefix-type is accessible through its accessor method.
Aliased Typeยง
struct FieldAccessibility { /* private fields */ }
pub type FieldAccessibility = BitArray64<IsAccessible>;
An array with whether the ith field of a prefix-type is accessible through its accessor method.
struct FieldAccessibility { /* private fields */ }