Function derive_visitor::visitor_enter_fn_mut
source ยท pub fn visitor_enter_fn_mut<T, F: FnMut(&mut T)>(
fun: F
) -> FnVisitor<T, impl FnMut(&mut T, Event)>
Expand description
Similar to visitor_fn_mut
, but the closure will only be called on Event::Enter.