pub type FieldConditionality = BitArray64<IsConditional>;
Expand description

An array with whether the ith field in the prefix of a prefix-type is conditional,which means whether it has the #[sabi(accessible_if = expression)] attribute applied to it.

Aliased Type§

struct FieldConditionality { /* private fields */ }