pub trait VisitAstPath {
Show 181 methods fn visit_absolute_color_base<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AbsoluteColorBase,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_alpha_value<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AlphaValue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_an_plus_b<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AnPlusB,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_an_plus_b_notation<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AnPlusBNotation,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_angle<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Angle,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_at_rule<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AtRule,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_at_rule_name<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AtRuleName,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_at_rule_prelude<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AtRulePrelude,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_attribute_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AttributeSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_attribute_selector_matcher<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AttributeSelectorMatcher,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_attribute_selector_matcher_value<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AttributeSelectorMatcherValue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_attribute_selector_modifier<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AttributeSelectorModifier,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_attribute_selector_value<'ast: 'r, 'r>(
        &mut self,
        n: &'ast AttributeSelectorValue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_calc_operator<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CalcOperator,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_calc_operator_type<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CalcOperatorType,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_calc_product<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CalcProduct,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_calc_product_or_operator<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CalcProductOrOperator,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_calc_product_or_operators<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [CalcProductOrOperator],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_calc_sum<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CalcSum,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_calc_value<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CalcValue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_calc_value_or_operator<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CalcValueOrOperator,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_calc_value_or_operators<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [CalcValueOrOperator],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_class_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ClassSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_cmyk_component<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CmykComponent,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_color<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Color,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_color_profile_name<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ColorProfileName,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_combinator<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Combinator,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_combinator_value<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CombinatorValue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_complex_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ComplexSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_complex_selector_children<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ComplexSelectorChildren,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_complex_selector_children_vec<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [ComplexSelectorChildren],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_complex_selectors<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [ComplexSelector],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_component_value<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ComponentValue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_component_values<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [ComponentValue],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_compound_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CompoundSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_compound_selector_list<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CompoundSelectorList,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_compound_selectors<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [CompoundSelector],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_custom_ident<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CustomIdent,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_custom_property_name<'ast: 'r, 'r>(
        &mut self,
        n: &'ast CustomPropertyName,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_dashed_ident<'ast: 'r, 'r>(
        &mut self,
        n: &'ast DashedIdent,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_declaration<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Declaration,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_declaration_name<'ast: 'r, 'r>(
        &mut self,
        n: &'ast DeclarationName,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_declaration_or_at_rule<'ast: 'r, 'r>(
        &mut self,
        n: &'ast DeclarationOrAtRule,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_delimiter<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Delimiter,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_delimiter_value<'ast: 'r, 'r>(
        &mut self,
        n: &'ast DelimiterValue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_dimension<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Dimension,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_document_prelude<'ast: 'r, 'r>(
        &mut self,
        n: &'ast DocumentPrelude,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_document_prelude_matching_function<'ast: 'r, 'r>(
        &mut self,
        n: &'ast DocumentPreludeMatchingFunction,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_document_prelude_matching_functions<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [DocumentPreludeMatchingFunction],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_flex<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Flex,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_frequency<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Frequency,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_function<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Function,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_general_enclosed<'ast: 'r, 'r>(
        &mut self,
        n: &'ast GeneralEnclosed,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_hex_color<'ast: 'r, 'r>(
        &mut self,
        n: &'ast HexColor,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_hue<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Hue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_i_32<'ast: 'r, 'r>(
        &mut self,
        n: &'ast i32,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_id_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast IdSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_ident<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Ident,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_idents<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [Ident],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_import_prelude<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ImportPrelude,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_import_prelude_href<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ImportPreludeHref,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_import_prelude_layer_name<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ImportPreludeLayerName,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_import_prelude_supports_type<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ImportPreludeSupportsType,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_important_flag<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ImportantFlag,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_integer<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Integer,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_js_word<'ast: 'r, 'r>(
        &mut self,
        n: &'ast JsWord,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_keyframe_block<'ast: 'r, 'r>(
        &mut self,
        n: &'ast KeyframeBlock,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_keyframe_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast KeyframeSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_keyframe_selectors<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [KeyframeSelector],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_keyframes_name<'ast: 'r, 'r>(
        &mut self,
        n: &'ast KeyframesName,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_layer_name<'ast: 'r, 'r>(
        &mut self,
        n: &'ast LayerName,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_layer_name_list<'ast: 'r, 'r>(
        &mut self,
        n: &'ast LayerNameList,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_layer_names<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [LayerName],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_layer_prelude<'ast: 'r, 'r>(
        &mut self,
        n: &'ast LayerPrelude,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_length<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Length,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_list_of_component_values<'ast: 'r, 'r>(
        &mut self,
        n: &'ast ListOfComponentValues,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_and<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaAnd,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_condition<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaCondition,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_condition_all_type<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaConditionAllType,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_condition_all_types<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [MediaConditionAllType],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_condition_type<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaConditionType,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_condition_without_or<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaConditionWithoutOr,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_condition_without_or_type<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaConditionWithoutOrType,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_condition_without_or_types<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [MediaConditionWithoutOrType],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_feature<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaFeature,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_feature_boolean<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaFeatureBoolean,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_feature_name<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaFeatureName,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_feature_plain<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaFeaturePlain,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_feature_range<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaFeatureRange,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_feature_range_comparison<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaFeatureRangeComparison,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_feature_range_interval<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaFeatureRangeInterval,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_feature_value<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaFeatureValue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_in_parens<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaInParens,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_not<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaNot,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_or<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaOr,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_queries<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [MediaQuery],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_query<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaQuery,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_media_query_list<'ast: 'r, 'r>(
        &mut self,
        n: &'ast MediaQueryList,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_namespace_prelude<'ast: 'r, 'r>(
        &mut self,
        n: &'ast NamespacePrelude,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_namespace_prelude_uri<'ast: 'r, 'r>(
        &mut self,
        n: &'ast NamespacePreludeUri,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_nesting_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast NestingSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_ns_prefix<'ast: 'r, 'r>(
        &mut self,
        n: &'ast NsPrefix,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_number<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Number,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_at_rule_prelude<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast AtRulePrelude>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_attribute_selector_matcher<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast AttributeSelectorMatcher>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_attribute_selector_modifier<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast AttributeSelectorModifier>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_attribute_selector_value<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast AttributeSelectorValue>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_combinator<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast Combinator>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_i_32<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast i32>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_ident<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast Ident>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_import_prelude_layer_name<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast ImportPreludeLayerName>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_import_prelude_supports_type<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast ImportPreludeSupportsType>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_important_flag<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast ImportantFlag>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_js_word<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast JsWord>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_media_condition_type<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast MediaConditionType>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_media_query_list<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast MediaQueryList>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_nesting_selector<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast NestingSelector>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_ns_prefix<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast NsPrefix>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_number<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast Number>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_page_selector_pseudos<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast [PageSelectorPseudo]>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_page_selector_type<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast PageSelectorType>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_pseudo_class_selector_children_vec<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast [PseudoClassSelectorChildren]>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_pseudo_element_selector_children_vec<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast [PseudoElementSelectorChildren]>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_simple_block<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast SimpleBlock>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_type_selector<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast TypeSelector>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_url_modifiers<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast [UrlModifier]>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_opt_url_value<'ast: 'r, 'r>(
        &mut self,
        n: Option<&'ast UrlValue>,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_page_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast PageSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_page_selector_list<'ast: 'r, 'r>(
        &mut self,
        n: &'ast PageSelectorList,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_page_selector_pseudo<'ast: 'r, 'r>(
        &mut self,
        n: &'ast PageSelectorPseudo,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_page_selector_pseudos<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [PageSelectorPseudo],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_page_selector_type<'ast: 'r, 'r>(
        &mut self,
        n: &'ast PageSelectorType,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_page_selectors<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [PageSelector],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_percentage<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Percentage,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_pseudo_class_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast PseudoClassSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_pseudo_class_selector_children<'ast: 'r, 'r>(
        &mut self,
        n: &'ast PseudoClassSelectorChildren,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_pseudo_class_selector_children_vec<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [PseudoClassSelectorChildren],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_pseudo_element_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast PseudoElementSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_pseudo_element_selector_children<'ast: 'r, 'r>(
        &mut self,
        n: &'ast PseudoElementSelectorChildren,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_pseudo_element_selector_children_vec<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [PseudoElementSelectorChildren],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_qualified_rule<'ast: 'r, 'r>(
        &mut self,
        n: &'ast QualifiedRule,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_qualified_rule_prelude<'ast: 'r, 'r>(
        &mut self,
        n: &'ast QualifiedRulePrelude,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_ratio<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Ratio,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_relative_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast RelativeSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_relative_selector_list<'ast: 'r, 'r>(
        &mut self,
        n: &'ast RelativeSelectorList,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_relative_selectors<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [RelativeSelector],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_resolution<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Resolution,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_rule<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Rule,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_rules<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [Rule],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_selector_list<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SelectorList,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_simple_block<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SimpleBlock,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_span<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Span,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_str<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Str,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_style_block<'ast: 'r, 'r>(
        &mut self,
        n: &'ast StyleBlock,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_stylesheet<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Stylesheet,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_subclass_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SubclassSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_subclass_selectors<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [SubclassSelector],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_supports_and<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SupportsAnd,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_supports_condition<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SupportsCondition,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_supports_condition_type<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SupportsConditionType,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_supports_condition_types<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [SupportsConditionType],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_supports_feature<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SupportsFeature,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_supports_in_parens<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SupportsInParens,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_supports_not<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SupportsNot,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_supports_or<'ast: 'r, 'r>(
        &mut self,
        n: &'ast SupportsOr,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_tag_name_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast TagNameSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_time<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Time,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_token<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Token,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_token_and_span<'ast: 'r, 'r>(
        &mut self,
        n: &'ast TokenAndSpan,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_token_and_spans<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [TokenAndSpan],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_tokens<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Tokens,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_type_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast TypeSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_unicode_range<'ast: 'r, 'r>(
        &mut self,
        n: &'ast UnicodeRange,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_universal_selector<'ast: 'r, 'r>(
        &mut self,
        n: &'ast UniversalSelector,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_unknown_dimension<'ast: 'r, 'r>(
        &mut self,
        n: &'ast UnknownDimension,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_url<'ast: 'r, 'r>(
        &mut self,
        n: &'ast Url,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_url_modifier<'ast: 'r, 'r>(
        &mut self,
        n: &'ast UrlModifier,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_url_modifiers<'ast: 'r, 'r>(
        &mut self,
        n: &'ast [UrlModifier],
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_url_value<'ast: 'r, 'r>(
        &mut self,
        n: &'ast UrlValue,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_url_value_raw<'ast: 'r, 'r>(
        &mut self,
        n: &'ast UrlValueRaw,
        __ast_path: &mut AstNodePath<'r>
    ) { ... } fn visit_wq_name<'ast: 'r, 'r>(
        &mut self,
        n: &'ast WqName,
        __ast_path: &mut AstNodePath<'r>
    ) { ... }
}
Available on crate feature path only.

Provided Methods

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

This method can be overriden to customize the visitor behavior.

This calls VisitWithPath::visit_children_with_path on n by default. The default method visit children nodes with self.

Implementations on Foreign Types

Implementors