Returns whether the compact encoding is used for this set.
(&self)
| 497 | |
| 498 | /// Returns whether the compact encoding is used for this set. |
| 499 | pub fn uses_compact_encoding(&self) -> bool { |
| 500 | self.compact_encoding |
| 501 | } |
| 502 | } |
| 503 | |
| 504 | pub fn plan_for_enum(input: DeriveInput) -> syn::Result<EnumSetInfo> { |
no outgoing calls
no test coverage detected