Function derive_visitor::visitor_enter_fn

source ยท
pub fn visitor_enter_fn<T, F: FnMut(&T)>(
    fun: F
) -> FnVisitor<T, impl FnMut(&T, Event)>
Expand description

Similar to visitor_fn, but the closure will only be called on Event::Enter.