Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
834
impl Display for DefIdent {
Callers
2
generate
Function · 0.80
generate_property_type
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected