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

Method has_explicit_integer_repr

enumset_derive/src/plan.rs:288–290  ·  view source on GitHub ↗

Returns whether this enumset has an explicit integer representation.

(&self)

Source from the content-addressed store, hash-verified

286
287 /// Returns whether this enumset has an explicit integer representation.
288 pub fn has_explicit_integer_repr(&self) -> bool {
289 self.explicit_integer_repr.is_some()
290 }
291
292 /// Returns the actual serde representation of the set.
293 pub fn serde_repr(&self) -> SerdeRepr {

Callers 1

generate_codeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected