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

Method is_struct

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

Source from the content-addressed store, hash-verified

823
824impl DataType {
825 pub fn is_struct(&self) -> bool {
826 matches!(self, Self::SingleUnnamedStruct)
827 }
828
829 pub fn is_enum(&self) -> bool {
830 matches!(self, Self::Enum)

Callers 1

generateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected