pub fn visit_on_hydration_option_value<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast OnHydrationOptionValue, )where V: Visit<'ast, T> + ?Sized,