pub fn visit_item_impl<'ast, V>(v: &mut V, node: &'ast ItemImpl) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.