MCPcopy Create free account
hub / github.com/csskit/csskit / is_enum

Method is_enum

crates/css_value_definition_parser/src/lib.rs:829–831  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

827 }
828
829 pub fn is_enum(&self) -> bool {
830 matches!(self, Self::Enum)
831 }
832}
833
834impl Display for DefIdent {

Callers 2

generateFunction · 0.80
generate_property_typeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected