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

Method visit_children

crates/csskit_derives/src/visitable.rs:26–28  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

24 matches!(self, Self::All | Self::OnlySelf)
25 }
26 pub fn visit_children(&self) -> bool {
27 matches!(self, Self::All | Self::OnlyChildren)
28 }
29}
30
31impl Parse for VisitStyle {

Callers 1

deriveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected