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

Method accept_mut

crates/css_ast/src/visit/mod.rs:167–171  ·  view source on GitHub ↗
(&mut self, v: &mut V)

Source from the content-addressed store, hash-verified

165 T: VisitableMut,
166{
167 fn accept_mut<V: VisitMut>(&mut self, v: &mut V) {
168 if let Some(node) = self {
169 node.accept_mut(v)
170 }
171 }
172}
173
174macro_rules! impl_optionals {

Callers 2

Calls 1

exit_declarationMethod · 0.80

Tested by 2