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 */ }