MCPcopy Create free account
hub / github.com/Lymia/enumset / uses_compact_encoding

Method uses_compact_encoding

enumset_derive/src/plan.rs:499–501  ·  view source on GitHub ↗

Returns whether the compact encoding is used for this set.

(&self)

Source from the content-addressed store, hash-verified

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
504pub fn plan_for_enum(input: DeriveInput) -> syn::Result<EnumSetInfo> {

Callers 1

create_enum_conversionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected