Trait swc_css_visit::VisitAstPath

source ·
pub trait VisitAstPath {
Show 228 methods // Provided 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_angle_percentage<'ast: 'r, 'r>( &mut self, n: &'ast AnglePercentage, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_any_namespace<'ast: 'r, 'r>( &mut self, n: &'ast AnyNamespace, __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_atom<'ast: 'r, 'r>( &mut self, n: &'ast Atom, __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_container_condition<'ast: 'r, 'r>( &mut self, n: &'ast ContainerCondition, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_container_name<'ast: 'r, 'r>( &mut self, n: &'ast ContainerName, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_container_query<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQuery, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_container_query_and<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryAnd, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_container_query_not<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryNot, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_container_query_or<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryOr, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_container_query_type<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryType, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_container_query_types<'ast: 'r, 'r>( &mut self, n: &'ast [ContainerQueryType], __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_custom_highlight_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomHighlightName, __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_idents<'ast: 'r, 'r>( &mut self, n: &'ast [CustomIdent], __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_custom_media_query<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQuery, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_custom_media_query_media_type<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQueryMediaType, __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_extension_name<'ast: 'r, 'r>( &mut self, n: &'ast ExtensionName, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_family_name<'ast: 'r, 'r>( &mut self, n: &'ast FamilyName, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_family_names<'ast: 'r, 'r>( &mut self, n: &'ast [FamilyName], __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_flex<'ast: 'r, 'r>( &mut self, n: &'ast Flex, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_font_feature_values_prelude<'ast: 'r, 'r>( &mut self, n: &'ast FontFeatureValuesPrelude, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_forgiving_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingComplexSelector, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_forgiving_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingComplexSelector], __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_forgiving_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelector, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_forgiving_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelectorList, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_forgiving_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingRelativeSelector], __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingSelectorList, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_frequency<'ast: 'r, 'r>( &mut self, n: &'ast Frequency, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_frequency_percentage<'ast: 'r, 'r>( &mut self, n: &'ast FrequencyPercentage, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_function<'ast: 'r, 'r>( &mut self, n: &'ast Function, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_function_name<'ast: 'r, 'r>( &mut self, n: &'ast FunctionName, __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_conditions<'ast: 'r, 'r>( &mut self, n: &'ast ImportConditions, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_import_href<'ast: 'r, 'r>( &mut self, n: &'ast ImportHref, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_import_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast ImportLayerName, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_import_prelude<'ast: 'r, 'r>( &mut self, n: &'ast ImportPrelude, __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_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_keyframes_pseudo_function<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoFunction, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_keyframes_pseudo_prefix<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoPrefix, __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_length_percentage<'ast: 'r, 'r>( &mut self, n: &'ast LengthPercentage, __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_media_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaType, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_named_namespace<'ast: 'r, 'r>( &mut self, n: &'ast NamedNamespace, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_namespace<'ast: 'r, 'r>( &mut self, n: &'ast Namespace, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_namespace_prefix<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrefix, __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_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 Box<AtRulePrelude>>, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_opt_atom<'ast: 'r, 'r>( &mut self, n: Option<&'ast Atom>, __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_container_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast ContainerName>, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_opt_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast ForgivingSelectorList>, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_opt_function<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<Function>>, __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_conditions<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportConditions>>, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_opt_import_layer_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportLayerName>>, __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_media_condition_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaConditionType>>, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_opt_media_query_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaQueryList>>, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_opt_media_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast MediaType>, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_opt_namespace<'ast: 'r, 'r>( &mut self, n: Option<&'ast Namespace>, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_opt_namespace_prefix<'ast: 'r, 'r>( &mut self, n: Option<&'ast NamespacePrefix>, __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_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 Box<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 Box<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_query_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast QueryInParens, __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_scope_range<'ast: 'r, 'r>( &mut self, n: &'ast ScopeRange, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast SelectorList, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_sequence_of_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast SequenceOfCustomIdents, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_simple_block<'ast: 'r, 'r>( &mut self, n: &'ast SimpleBlock, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_size_feature<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeature, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_size_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureBoolean, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_size_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureName, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_size_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeaturePlain, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_size_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRange, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_size_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_size_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> ) { ... } fn visit_size_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureValue, __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_time_percentage<'ast: 'r, 'r>( &mut self, n: &'ast TimePercentage, __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_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§

source

fn visit_absolute_color_base<'ast: 'r, 'r>( &mut self, n: &'ast AbsoluteColorBase, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_alpha_value<'ast: 'r, 'r>( &mut self, n: &'ast AlphaValue, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_an_plus_b<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusB, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_an_plus_b_notation<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusBNotation, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_angle<'ast: 'r, 'r>( &mut self, n: &'ast Angle, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_angle_percentage<'ast: 'r, 'r>( &mut self, n: &'ast AnglePercentage, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_any_namespace<'ast: 'r, 'r>( &mut self, n: &'ast AnyNamespace, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast AtRule, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_at_rule_name<'ast: 'r, 'r>( &mut self, n: &'ast AtRuleName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast AtRulePrelude, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_atom<'ast: 'r, 'r>( &mut self, n: &'ast Atom, __ast_path: &mut AstNodePath<'r> )

source

fn visit_attribute_selector<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcher, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_attribute_selector_matcher_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcherValue, __ast_path: &mut AstNodePath<'r> )

source

fn visit_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorModifier, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorValue, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_calc_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperator, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_calc_operator_type<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperatorType, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_calc_product<'ast: 'r, 'r>( &mut self, n: &'ast CalcProduct, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_calc_product_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcProductOrOperator, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_calc_product_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcProductOrOperator], __ast_path: &mut AstNodePath<'r> )

source

fn visit_calc_sum<'ast: 'r, 'r>( &mut self, n: &'ast CalcSum, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_calc_value<'ast: 'r, 'r>( &mut self, n: &'ast CalcValue, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_calc_value_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcValueOrOperator, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_calc_value_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcValueOrOperator], __ast_path: &mut AstNodePath<'r> )

source

fn visit_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast ClassSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_cmyk_component<'ast: 'r, 'r>( &mut self, n: &'ast CmykComponent, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_color<'ast: 'r, 'r>( &mut self, n: &'ast Color, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_color_profile_name<'ast: 'r, 'r>( &mut self, n: &'ast ColorProfileName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_combinator<'ast: 'r, 'r>( &mut self, n: &'ast Combinator, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_combinator_value<'ast: 'r, 'r>( &mut self, n: &'ast CombinatorValue, __ast_path: &mut AstNodePath<'r> )

source

fn visit_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_complex_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelectorChildren, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_complex_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source

fn visit_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelector], __ast_path: &mut AstNodePath<'r> )

source

fn visit_component_value<'ast: 'r, 'r>( &mut self, n: &'ast ComponentValue, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_component_values<'ast: 'r, 'r>( &mut self, n: &'ast [ComponentValue], __ast_path: &mut AstNodePath<'r> )

source

fn visit_compound_selector<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_compound_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelectorList, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_compound_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [CompoundSelector], __ast_path: &mut AstNodePath<'r> )

source

fn visit_container_condition<'ast: 'r, 'r>( &mut self, n: &'ast ContainerCondition, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_container_name<'ast: 'r, 'r>( &mut self, n: &'ast ContainerName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_container_query<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQuery, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_container_query_and<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryAnd, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_container_query_not<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryNot, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_container_query_or<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryOr, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_container_query_type<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryType, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_container_query_types<'ast: 'r, 'r>( &mut self, n: &'ast [ContainerQueryType], __ast_path: &mut AstNodePath<'r> )

source

fn visit_custom_highlight_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomHighlightName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_custom_ident<'ast: 'r, 'r>( &mut self, n: &'ast CustomIdent, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast [CustomIdent], __ast_path: &mut AstNodePath<'r> )

source

fn visit_custom_media_query<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQuery, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_custom_media_query_media_type<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQueryMediaType, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_custom_property_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomPropertyName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_dashed_ident<'ast: 'r, 'r>( &mut self, n: &'ast DashedIdent, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_declaration<'ast: 'r, 'r>( &mut self, n: &'ast Declaration, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_declaration_name<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_declaration_or_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationOrAtRule, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_delimiter<'ast: 'r, 'r>( &mut self, n: &'ast Delimiter, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_delimiter_value<'ast: 'r, 'r>( &mut self, n: &'ast DelimiterValue, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_dimension<'ast: 'r, 'r>( &mut self, n: &'ast Dimension, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_document_prelude<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPrelude, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_document_prelude_matching_function<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPreludeMatchingFunction, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_document_prelude_matching_functions<'ast: 'r, 'r>( &mut self, n: &'ast [DocumentPreludeMatchingFunction], __ast_path: &mut AstNodePath<'r> )

source

fn visit_extension_name<'ast: 'r, 'r>( &mut self, n: &'ast ExtensionName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_family_name<'ast: 'r, 'r>( &mut self, n: &'ast FamilyName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_family_names<'ast: 'r, 'r>( &mut self, n: &'ast [FamilyName], __ast_path: &mut AstNodePath<'r> )

source

fn visit_flex<'ast: 'r, 'r>( &mut self, n: &'ast Flex, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_font_feature_values_prelude<'ast: 'r, 'r>( &mut self, n: &'ast FontFeatureValuesPrelude, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_forgiving_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingComplexSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_forgiving_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingComplexSelector], __ast_path: &mut AstNodePath<'r> )

source

fn visit_forgiving_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_forgiving_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_forgiving_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingRelativeSelector], __ast_path: &mut AstNodePath<'r> )

source

fn visit_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingSelectorList, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_frequency<'ast: 'r, 'r>( &mut self, n: &'ast Frequency, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_frequency_percentage<'ast: 'r, 'r>( &mut self, n: &'ast FrequencyPercentage, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_function<'ast: 'r, 'r>( &mut self, n: &'ast Function, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_function_name<'ast: 'r, 'r>( &mut self, n: &'ast FunctionName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_general_enclosed<'ast: 'r, 'r>( &mut self, n: &'ast GeneralEnclosed, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_hex_color<'ast: 'r, 'r>( &mut self, n: &'ast HexColor, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_hue<'ast: 'r, 'r>( &mut self, n: &'ast Hue, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_i_32<'ast: 'r, 'r>( &mut self, n: &'ast i32, __ast_path: &mut AstNodePath<'r> )

source

fn visit_id_selector<'ast: 'r, 'r>( &mut self, n: &'ast IdSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_ident<'ast: 'r, 'r>( &mut self, n: &'ast Ident, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_idents<'ast: 'r, 'r>( &mut self, n: &'ast [Ident], __ast_path: &mut AstNodePath<'r> )

source

fn visit_import_conditions<'ast: 'r, 'r>( &mut self, n: &'ast ImportConditions, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_import_href<'ast: 'r, 'r>( &mut self, n: &'ast ImportHref, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_import_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast ImportLayerName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_import_prelude<'ast: 'r, 'r>( &mut self, n: &'ast ImportPrelude, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_important_flag<'ast: 'r, 'r>( &mut self, n: &'ast ImportantFlag, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_integer<'ast: 'r, 'r>( &mut self, n: &'ast Integer, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_keyframe_block<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeBlock, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_keyframe_selector<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_keyframe_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [KeyframeSelector], __ast_path: &mut AstNodePath<'r> )

source

fn visit_keyframes_name<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_keyframes_pseudo_function<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoFunction, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_keyframes_pseudo_prefix<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoPrefix, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast LayerName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_layer_name_list<'ast: 'r, 'r>( &mut self, n: &'ast LayerNameList, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_layer_names<'ast: 'r, 'r>( &mut self, n: &'ast [LayerName], __ast_path: &mut AstNodePath<'r> )

source

fn visit_layer_prelude<'ast: 'r, 'r>( &mut self, n: &'ast LayerPrelude, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_length<'ast: 'r, 'r>( &mut self, n: &'ast Length, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_length_percentage<'ast: 'r, 'r>( &mut self, n: &'ast LengthPercentage, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_list_of_component_values<'ast: 'r, 'r>( &mut self, n: &'ast ListOfComponentValues, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_and<'ast: 'r, 'r>( &mut self, n: &'ast MediaAnd, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_condition<'ast: 'r, 'r>( &mut self, n: &'ast MediaCondition, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_condition_all_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionAllType, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_condition_all_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionAllType], __ast_path: &mut AstNodePath<'r> )

source

fn visit_media_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionType, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_condition_without_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOr, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_condition_without_or_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOrType, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_condition_without_or_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionWithoutOrType], __ast_path: &mut AstNodePath<'r> )

source

fn visit_media_feature<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeature, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeaturePlain, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRange, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

source

fn visit_media_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureValue, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast MediaInParens, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_not<'ast: 'r, 'r>( &mut self, n: &'ast MediaNot, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaOr, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_queries<'ast: 'r, 'r>( &mut self, n: &'ast [MediaQuery], __ast_path: &mut AstNodePath<'r> )

source

fn visit_media_query<'ast: 'r, 'r>( &mut self, n: &'ast MediaQuery, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_query_list<'ast: 'r, 'r>( &mut self, n: &'ast MediaQueryList, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_media_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaType, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_named_namespace<'ast: 'r, 'r>( &mut self, n: &'ast NamedNamespace, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_namespace<'ast: 'r, 'r>( &mut self, n: &'ast Namespace, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_namespace_prefix<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrefix, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_namespace_prelude<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrelude, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_namespace_prelude_uri<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePreludeUri, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_nesting_selector<'ast: 'r, 'r>( &mut self, n: &'ast NestingSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_number<'ast: 'r, 'r>( &mut self, n: &'ast Number, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_opt_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<AtRulePrelude>>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_atom<'ast: 'r, 'r>( &mut self, n: Option<&'ast Atom>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorMatcher>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorModifier>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorValue>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_combinator<'ast: 'r, 'r>( &mut self, n: Option<&'ast Combinator>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_container_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast ContainerName>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast ForgivingSelectorList>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_function<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<Function>>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_i_32<'ast: 'r, 'r>( &mut self, n: Option<&'ast i32>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_ident<'ast: 'r, 'r>( &mut self, n: Option<&'ast Ident>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_import_conditions<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportConditions>>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_import_layer_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportLayerName>>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_important_flag<'ast: 'r, 'r>( &mut self, n: Option<&'ast ImportantFlag>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_media_condition_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaConditionType>>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_media_query_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaQueryList>>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_media_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast MediaType>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_namespace<'ast: 'r, 'r>( &mut self, n: Option<&'ast Namespace>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_namespace_prefix<'ast: 'r, 'r>( &mut self, n: Option<&'ast NamespacePrefix>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_nesting_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast NestingSelector>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_number<'ast: 'r, 'r>( &mut self, n: Option<&'ast Number>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PageSelectorPseudo]>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_page_selector_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast PageSelectorType>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoClassSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoElementSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_simple_block<'ast: 'r, 'r>( &mut self, n: Option<&'ast SimpleBlock>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_type_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<TypeSelector>>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_url_modifiers<'ast: 'r, 'r>( &mut self, n: Option<&'ast [UrlModifier]>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_opt_url_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<UrlValue>>, __ast_path: &mut AstNodePath<'r> )

source

fn visit_page_selector<'ast: 'r, 'r>( &mut self, n: &'ast PageSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_page_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorList, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_page_selector_pseudo<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorPseudo, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelectorPseudo], __ast_path: &mut AstNodePath<'r> )

source

fn visit_page_selector_type<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorType, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_page_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelector], __ast_path: &mut AstNodePath<'r> )

source

fn visit_percentage<'ast: 'r, 'r>( &mut self, n: &'ast Percentage, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_pseudo_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_pseudo_class_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelectorChildren, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoClassSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source

fn visit_pseudo_element_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_pseudo_element_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelectorChildren, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoElementSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source

fn visit_qualified_rule<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRule, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_qualified_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRulePrelude, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_query_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast QueryInParens, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_ratio<'ast: 'r, 'r>( &mut self, n: &'ast Ratio, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [RelativeSelector], __ast_path: &mut AstNodePath<'r> )

source

fn visit_resolution<'ast: 'r, 'r>( &mut self, n: &'ast Resolution, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_rule<'ast: 'r, 'r>( &mut self, n: &'ast Rule, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_rules<'ast: 'r, 'r>( &mut self, n: &'ast [Rule], __ast_path: &mut AstNodePath<'r> )

source

fn visit_scope_range<'ast: 'r, 'r>( &mut self, n: &'ast ScopeRange, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast SelectorList, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_sequence_of_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast SequenceOfCustomIdents, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_simple_block<'ast: 'r, 'r>( &mut self, n: &'ast SimpleBlock, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_size_feature<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeature, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_size_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_size_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_size_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeaturePlain, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_size_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRange, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_size_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_size_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_size_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureValue, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_span<'ast: 'r, 'r>( &mut self, n: &'ast Span, __ast_path: &mut AstNodePath<'r> )

source

fn visit_str<'ast: 'r, 'r>( &mut self, n: &'ast Str, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_style_block<'ast: 'r, 'r>( &mut self, n: &'ast StyleBlock, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_stylesheet<'ast: 'r, 'r>( &mut self, n: &'ast Stylesheet, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_subclass_selector<'ast: 'r, 'r>( &mut self, n: &'ast SubclassSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_subclass_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [SubclassSelector], __ast_path: &mut AstNodePath<'r> )

source

fn visit_supports_and<'ast: 'r, 'r>( &mut self, n: &'ast SupportsAnd, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_supports_condition<'ast: 'r, 'r>( &mut self, n: &'ast SupportsCondition, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_supports_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast SupportsConditionType, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_supports_condition_types<'ast: 'r, 'r>( &mut self, n: &'ast [SupportsConditionType], __ast_path: &mut AstNodePath<'r> )

source

fn visit_supports_feature<'ast: 'r, 'r>( &mut self, n: &'ast SupportsFeature, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_supports_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast SupportsInParens, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_supports_not<'ast: 'r, 'r>( &mut self, n: &'ast SupportsNot, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_supports_or<'ast: 'r, 'r>( &mut self, n: &'ast SupportsOr, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_tag_name_selector<'ast: 'r, 'r>( &mut self, n: &'ast TagNameSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_time<'ast: 'r, 'r>( &mut self, n: &'ast Time, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_time_percentage<'ast: 'r, 'r>( &mut self, n: &'ast TimePercentage, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_token<'ast: 'r, 'r>( &mut self, n: &'ast Token, __ast_path: &mut AstNodePath<'r> )

source

fn visit_token_and_span<'ast: 'r, 'r>( &mut self, n: &'ast TokenAndSpan, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_type_selector<'ast: 'r, 'r>( &mut self, n: &'ast TypeSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_unicode_range<'ast: 'r, 'r>( &mut self, n: &'ast UnicodeRange, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_universal_selector<'ast: 'r, 'r>( &mut self, n: &'ast UniversalSelector, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_unknown_dimension<'ast: 'r, 'r>( &mut self, n: &'ast UnknownDimension, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_url<'ast: 'r, 'r>( &mut self, n: &'ast Url, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_url_modifier<'ast: 'r, 'r>( &mut self, n: &'ast UrlModifier, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_url_modifiers<'ast: 'r, 'r>( &mut self, n: &'ast [UrlModifier], __ast_path: &mut AstNodePath<'r> )

source

fn visit_url_value<'ast: 'r, 'r>( &mut self, n: &'ast UrlValue, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_url_value_raw<'ast: 'r, 'r>( &mut self, n: &'ast UrlValueRaw, __ast_path: &mut AstNodePath<'r> )

This method can be overridden to customize the visitor behavior.

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

source

fn visit_wq_name<'ast: 'r, 'r>( &mut self, n: &'ast WqName, __ast_path: &mut AstNodePath<'r> )

This method can be overridden 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§

source§

impl<'a, V> VisitAstPath for &'a mut V
where V: ?Sized + VisitAstPath,

source§

fn visit_absolute_color_base<'ast: 'r, 'r>( &mut self, n: &'ast AbsoluteColorBase, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_alpha_value<'ast: 'r, 'r>( &mut self, n: &'ast AlphaValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_an_plus_b<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusB, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_an_plus_b_notation<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusBNotation, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_angle<'ast: 'r, 'r>( &mut self, n: &'ast Angle, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_angle_percentage<'ast: 'r, 'r>( &mut self, n: &'ast AnglePercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_any_namespace<'ast: 'r, 'r>( &mut self, n: &'ast AnyNamespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast AtRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule_name<'ast: 'r, 'r>( &mut self, n: &'ast AtRuleName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast AtRulePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_atom<'ast: 'r, 'r>( &mut self, n: &'ast Atom, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcher, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_matcher_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcherValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorModifier, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_operator_type<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperatorType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product<'ast: 'r, 'r>( &mut self, n: &'ast CalcProduct, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcProductOrOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcProductOrOperator], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_sum<'ast: 'r, 'r>( &mut self, n: &'ast CalcSum, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value<'ast: 'r, 'r>( &mut self, n: &'ast CalcValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcValueOrOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcValueOrOperator], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast ClassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_cmyk_component<'ast: 'r, 'r>( &mut self, n: &'ast CmykComponent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_color<'ast: 'r, 'r>( &mut self, n: &'ast Color, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_color_profile_name<'ast: 'r, 'r>( &mut self, n: &'ast ColorProfileName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_combinator<'ast: 'r, 'r>( &mut self, n: &'ast Combinator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_combinator_value<'ast: 'r, 'r>( &mut self, n: &'ast CombinatorValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_component_value<'ast: 'r, 'r>( &mut self, n: &'ast ComponentValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_component_values<'ast: 'r, 'r>( &mut self, n: &'ast [ComponentValue], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selector<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [CompoundSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_condition<'ast: 'r, 'r>( &mut self, n: &'ast ContainerCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_name<'ast: 'r, 'r>( &mut self, n: &'ast ContainerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_and<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_not<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_or<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_type<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_types<'ast: 'r, 'r>( &mut self, n: &'ast [ContainerQueryType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_highlight_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomHighlightName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_ident<'ast: 'r, 'r>( &mut self, n: &'ast CustomIdent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast [CustomIdent], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_media_query<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_media_query_media_type<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQueryMediaType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_property_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomPropertyName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_dashed_ident<'ast: 'r, 'r>( &mut self, n: &'ast DashedIdent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration<'ast: 'r, 'r>( &mut self, n: &'ast Declaration, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration_name<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration_or_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationOrAtRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_delimiter<'ast: 'r, 'r>( &mut self, n: &'ast Delimiter, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_delimiter_value<'ast: 'r, 'r>( &mut self, n: &'ast DelimiterValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_dimension<'ast: 'r, 'r>( &mut self, n: &'ast Dimension, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude_matching_function<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPreludeMatchingFunction, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude_matching_functions<'ast: 'r, 'r>( &mut self, n: &'ast [DocumentPreludeMatchingFunction], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_extension_name<'ast: 'r, 'r>( &mut self, n: &'ast ExtensionName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_family_name<'ast: 'r, 'r>( &mut self, n: &'ast FamilyName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_family_names<'ast: 'r, 'r>( &mut self, n: &'ast [FamilyName], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_flex<'ast: 'r, 'r>( &mut self, n: &'ast Flex, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_font_feature_values_prelude<'ast: 'r, 'r>( &mut self, n: &'ast FontFeatureValuesPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingComplexSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingComplexSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingRelativeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_frequency<'ast: 'r, 'r>( &mut self, n: &'ast Frequency, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_frequency_percentage<'ast: 'r, 'r>( &mut self, n: &'ast FrequencyPercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_function<'ast: 'r, 'r>( &mut self, n: &'ast Function, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_function_name<'ast: 'r, 'r>( &mut self, n: &'ast FunctionName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_general_enclosed<'ast: 'r, 'r>( &mut self, n: &'ast GeneralEnclosed, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_hex_color<'ast: 'r, 'r>( &mut self, n: &'ast HexColor, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_hue<'ast: 'r, 'r>( &mut self, n: &'ast Hue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_i_32<'ast: 'r, 'r>( &mut self, n: &'ast i32, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_id_selector<'ast: 'r, 'r>( &mut self, n: &'ast IdSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_ident<'ast: 'r, 'r>( &mut self, n: &'ast Ident, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_idents<'ast: 'r, 'r>( &mut self, n: &'ast [Ident], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_conditions<'ast: 'r, 'r>( &mut self, n: &'ast ImportConditions, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_href<'ast: 'r, 'r>( &mut self, n: &'ast ImportHref, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast ImportLayerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_prelude<'ast: 'r, 'r>( &mut self, n: &'ast ImportPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_important_flag<'ast: 'r, 'r>( &mut self, n: &'ast ImportantFlag, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_integer<'ast: 'r, 'r>( &mut self, n: &'ast Integer, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_block<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_selector<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [KeyframeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_name<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_pseudo_function<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoFunction, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_pseudo_prefix<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoPrefix, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast LayerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_name_list<'ast: 'r, 'r>( &mut self, n: &'ast LayerNameList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_names<'ast: 'r, 'r>( &mut self, n: &'ast [LayerName], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_prelude<'ast: 'r, 'r>( &mut self, n: &'ast LayerPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_length<'ast: 'r, 'r>( &mut self, n: &'ast Length, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_length_percentage<'ast: 'r, 'r>( &mut self, n: &'ast LengthPercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_list_of_component_values<'ast: 'r, 'r>( &mut self, n: &'ast ListOfComponentValues, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_and<'ast: 'r, 'r>( &mut self, n: &'ast MediaAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition<'ast: 'r, 'r>( &mut self, n: &'ast MediaCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_all_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionAllType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_all_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionAllType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOrType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionWithoutOrType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeaturePlain, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast MediaInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_not<'ast: 'r, 'r>( &mut self, n: &'ast MediaNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_queries<'ast: 'r, 'r>( &mut self, n: &'ast [MediaQuery], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_query<'ast: 'r, 'r>( &mut self, n: &'ast MediaQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_query_list<'ast: 'r, 'r>( &mut self, n: &'ast MediaQueryList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_named_namespace<'ast: 'r, 'r>( &mut self, n: &'ast NamedNamespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace<'ast: 'r, 'r>( &mut self, n: &'ast Namespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prefix<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrefix, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prelude<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prelude_uri<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePreludeUri, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_nesting_selector<'ast: 'r, 'r>( &mut self, n: &'ast NestingSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_number<'ast: 'r, 'r>( &mut self, n: &'ast Number, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<AtRulePrelude>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_atom<'ast: 'r, 'r>( &mut self, n: Option<&'ast Atom>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorMatcher>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorModifier>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorValue>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_combinator<'ast: 'r, 'r>( &mut self, n: Option<&'ast Combinator>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_container_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast ContainerName>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast ForgivingSelectorList>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_function<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<Function>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_i_32<'ast: 'r, 'r>( &mut self, n: Option<&'ast i32>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_ident<'ast: 'r, 'r>( &mut self, n: Option<&'ast Ident>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_import_conditions<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportConditions>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_import_layer_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportLayerName>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_important_flag<'ast: 'r, 'r>( &mut self, n: Option<&'ast ImportantFlag>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_condition_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaConditionType>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_query_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaQueryList>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast MediaType>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_namespace<'ast: 'r, 'r>( &mut self, n: Option<&'ast Namespace>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_namespace_prefix<'ast: 'r, 'r>( &mut self, n: Option<&'ast NamespacePrefix>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_nesting_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast NestingSelector>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_number<'ast: 'r, 'r>( &mut self, n: Option<&'ast Number>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PageSelectorPseudo]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_page_selector_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast PageSelectorType>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoClassSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoElementSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_simple_block<'ast: 'r, 'r>( &mut self, n: Option<&'ast SimpleBlock>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_type_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<TypeSelector>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_url_modifiers<'ast: 'r, 'r>( &mut self, n: Option<&'ast [UrlModifier]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_url_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<UrlValue>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector<'ast: 'r, 'r>( &mut self, n: &'ast PageSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_pseudo<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorPseudo, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelectorPseudo], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_type<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_percentage<'ast: 'r, 'r>( &mut self, n: &'ast Percentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoClassSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoElementSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_qualified_rule<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_qualified_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRulePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_query_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast QueryInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_ratio<'ast: 'r, 'r>( &mut self, n: &'ast Ratio, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [RelativeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_resolution<'ast: 'r, 'r>( &mut self, n: &'ast Resolution, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_rule<'ast: 'r, 'r>( &mut self, n: &'ast Rule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_rules<'ast: 'r, 'r>( &mut self, n: &'ast [Rule], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_scope_range<'ast: 'r, 'r>( &mut self, n: &'ast ScopeRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast SelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_sequence_of_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast SequenceOfCustomIdents, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_simple_block<'ast: 'r, 'r>( &mut self, n: &'ast SimpleBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeaturePlain, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_span<'ast: 'r, 'r>( &mut self, n: &'ast Span, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_str<'ast: 'r, 'r>( &mut self, n: &'ast Str, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_style_block<'ast: 'r, 'r>( &mut self, n: &'ast StyleBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_stylesheet<'ast: 'r, 'r>( &mut self, n: &'ast Stylesheet, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_subclass_selector<'ast: 'r, 'r>( &mut self, n: &'ast SubclassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_subclass_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [SubclassSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_and<'ast: 'r, 'r>( &mut self, n: &'ast SupportsAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition<'ast: 'r, 'r>( &mut self, n: &'ast SupportsCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast SupportsConditionType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition_types<'ast: 'r, 'r>( &mut self, n: &'ast [SupportsConditionType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_feature<'ast: 'r, 'r>( &mut self, n: &'ast SupportsFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast SupportsInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_not<'ast: 'r, 'r>( &mut self, n: &'ast SupportsNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_or<'ast: 'r, 'r>( &mut self, n: &'ast SupportsOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_tag_name_selector<'ast: 'r, 'r>( &mut self, n: &'ast TagNameSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_time<'ast: 'r, 'r>( &mut self, n: &'ast Time, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_time_percentage<'ast: 'r, 'r>( &mut self, n: &'ast TimePercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_token<'ast: 'r, 'r>( &mut self, n: &'ast Token, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_token_and_span<'ast: 'r, 'r>( &mut self, n: &'ast TokenAndSpan, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_type_selector<'ast: 'r, 'r>( &mut self, n: &'ast TypeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_unicode_range<'ast: 'r, 'r>( &mut self, n: &'ast UnicodeRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_universal_selector<'ast: 'r, 'r>( &mut self, n: &'ast UniversalSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_unknown_dimension<'ast: 'r, 'r>( &mut self, n: &'ast UnknownDimension, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url<'ast: 'r, 'r>( &mut self, n: &'ast Url, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_modifier<'ast: 'r, 'r>( &mut self, n: &'ast UrlModifier, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_modifiers<'ast: 'r, 'r>( &mut self, n: &'ast [UrlModifier], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_value<'ast: 'r, 'r>( &mut self, n: &'ast UrlValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_value_raw<'ast: 'r, 'r>( &mut self, n: &'ast UrlValueRaw, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_wq_name<'ast: 'r, 'r>( &mut self, n: &'ast WqName, __ast_path: &mut AstNodePath<'r> )

source§

impl<A, B> VisitAstPath for Either<A, B>

source§

fn visit_absolute_color_base<'ast: 'r, 'r>( &mut self, n: &'ast AbsoluteColorBase, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_alpha_value<'ast: 'r, 'r>( &mut self, n: &'ast AlphaValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_an_plus_b<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusB, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_an_plus_b_notation<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusBNotation, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_angle<'ast: 'r, 'r>( &mut self, n: &'ast Angle, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_angle_percentage<'ast: 'r, 'r>( &mut self, n: &'ast AnglePercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_any_namespace<'ast: 'r, 'r>( &mut self, n: &'ast AnyNamespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast AtRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule_name<'ast: 'r, 'r>( &mut self, n: &'ast AtRuleName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast AtRulePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_atom<'ast: 'r, 'r>( &mut self, n: &'ast Atom, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcher, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_matcher_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcherValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorModifier, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_operator_type<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperatorType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product<'ast: 'r, 'r>( &mut self, n: &'ast CalcProduct, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcProductOrOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcProductOrOperator], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_sum<'ast: 'r, 'r>( &mut self, n: &'ast CalcSum, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value<'ast: 'r, 'r>( &mut self, n: &'ast CalcValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcValueOrOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcValueOrOperator], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast ClassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_cmyk_component<'ast: 'r, 'r>( &mut self, n: &'ast CmykComponent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_color<'ast: 'r, 'r>( &mut self, n: &'ast Color, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_color_profile_name<'ast: 'r, 'r>( &mut self, n: &'ast ColorProfileName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_combinator<'ast: 'r, 'r>( &mut self, n: &'ast Combinator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_combinator_value<'ast: 'r, 'r>( &mut self, n: &'ast CombinatorValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_component_value<'ast: 'r, 'r>( &mut self, n: &'ast ComponentValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_component_values<'ast: 'r, 'r>( &mut self, n: &'ast [ComponentValue], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selector<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [CompoundSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_condition<'ast: 'r, 'r>( &mut self, n: &'ast ContainerCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_name<'ast: 'r, 'r>( &mut self, n: &'ast ContainerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_and<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_not<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_or<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_type<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_types<'ast: 'r, 'r>( &mut self, n: &'ast [ContainerQueryType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_highlight_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomHighlightName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_ident<'ast: 'r, 'r>( &mut self, n: &'ast CustomIdent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast [CustomIdent], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_media_query<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_media_query_media_type<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQueryMediaType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_property_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomPropertyName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_dashed_ident<'ast: 'r, 'r>( &mut self, n: &'ast DashedIdent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration<'ast: 'r, 'r>( &mut self, n: &'ast Declaration, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration_name<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration_or_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationOrAtRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_delimiter<'ast: 'r, 'r>( &mut self, n: &'ast Delimiter, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_delimiter_value<'ast: 'r, 'r>( &mut self, n: &'ast DelimiterValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_dimension<'ast: 'r, 'r>( &mut self, n: &'ast Dimension, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude_matching_function<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPreludeMatchingFunction, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude_matching_functions<'ast: 'r, 'r>( &mut self, n: &'ast [DocumentPreludeMatchingFunction], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_extension_name<'ast: 'r, 'r>( &mut self, n: &'ast ExtensionName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_family_name<'ast: 'r, 'r>( &mut self, n: &'ast FamilyName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_family_names<'ast: 'r, 'r>( &mut self, n: &'ast [FamilyName], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_flex<'ast: 'r, 'r>( &mut self, n: &'ast Flex, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_font_feature_values_prelude<'ast: 'r, 'r>( &mut self, n: &'ast FontFeatureValuesPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingComplexSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingComplexSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingRelativeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_frequency<'ast: 'r, 'r>( &mut self, n: &'ast Frequency, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_frequency_percentage<'ast: 'r, 'r>( &mut self, n: &'ast FrequencyPercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_function<'ast: 'r, 'r>( &mut self, n: &'ast Function, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_function_name<'ast: 'r, 'r>( &mut self, n: &'ast FunctionName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_general_enclosed<'ast: 'r, 'r>( &mut self, n: &'ast GeneralEnclosed, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_hex_color<'ast: 'r, 'r>( &mut self, n: &'ast HexColor, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_hue<'ast: 'r, 'r>( &mut self, n: &'ast Hue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_i_32<'ast: 'r, 'r>( &mut self, n: &'ast i32, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_id_selector<'ast: 'r, 'r>( &mut self, n: &'ast IdSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_ident<'ast: 'r, 'r>( &mut self, n: &'ast Ident, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_idents<'ast: 'r, 'r>( &mut self, n: &'ast [Ident], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_conditions<'ast: 'r, 'r>( &mut self, n: &'ast ImportConditions, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_href<'ast: 'r, 'r>( &mut self, n: &'ast ImportHref, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast ImportLayerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_prelude<'ast: 'r, 'r>( &mut self, n: &'ast ImportPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_important_flag<'ast: 'r, 'r>( &mut self, n: &'ast ImportantFlag, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_integer<'ast: 'r, 'r>( &mut self, n: &'ast Integer, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_block<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_selector<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [KeyframeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_name<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_pseudo_function<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoFunction, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_pseudo_prefix<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoPrefix, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast LayerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_name_list<'ast: 'r, 'r>( &mut self, n: &'ast LayerNameList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_names<'ast: 'r, 'r>( &mut self, n: &'ast [LayerName], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_prelude<'ast: 'r, 'r>( &mut self, n: &'ast LayerPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_length<'ast: 'r, 'r>( &mut self, n: &'ast Length, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_length_percentage<'ast: 'r, 'r>( &mut self, n: &'ast LengthPercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_list_of_component_values<'ast: 'r, 'r>( &mut self, n: &'ast ListOfComponentValues, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_and<'ast: 'r, 'r>( &mut self, n: &'ast MediaAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition<'ast: 'r, 'r>( &mut self, n: &'ast MediaCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_all_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionAllType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_all_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionAllType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOrType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionWithoutOrType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeaturePlain, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast MediaInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_not<'ast: 'r, 'r>( &mut self, n: &'ast MediaNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_queries<'ast: 'r, 'r>( &mut self, n: &'ast [MediaQuery], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_query<'ast: 'r, 'r>( &mut self, n: &'ast MediaQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_query_list<'ast: 'r, 'r>( &mut self, n: &'ast MediaQueryList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_named_namespace<'ast: 'r, 'r>( &mut self, n: &'ast NamedNamespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace<'ast: 'r, 'r>( &mut self, n: &'ast Namespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prefix<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrefix, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prelude<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prelude_uri<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePreludeUri, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_nesting_selector<'ast: 'r, 'r>( &mut self, n: &'ast NestingSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_number<'ast: 'r, 'r>( &mut self, n: &'ast Number, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<AtRulePrelude>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_atom<'ast: 'r, 'r>( &mut self, n: Option<&'ast Atom>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorMatcher>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorModifier>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorValue>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_combinator<'ast: 'r, 'r>( &mut self, n: Option<&'ast Combinator>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_container_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast ContainerName>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast ForgivingSelectorList>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_function<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<Function>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_i_32<'ast: 'r, 'r>( &mut self, n: Option<&'ast i32>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_ident<'ast: 'r, 'r>( &mut self, n: Option<&'ast Ident>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_import_conditions<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportConditions>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_import_layer_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportLayerName>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_important_flag<'ast: 'r, 'r>( &mut self, n: Option<&'ast ImportantFlag>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_condition_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaConditionType>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_query_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaQueryList>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast MediaType>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_namespace<'ast: 'r, 'r>( &mut self, n: Option<&'ast Namespace>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_namespace_prefix<'ast: 'r, 'r>( &mut self, n: Option<&'ast NamespacePrefix>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_nesting_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast NestingSelector>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_number<'ast: 'r, 'r>( &mut self, n: Option<&'ast Number>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PageSelectorPseudo]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_page_selector_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast PageSelectorType>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoClassSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoElementSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_simple_block<'ast: 'r, 'r>( &mut self, n: Option<&'ast SimpleBlock>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_type_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<TypeSelector>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_url_modifiers<'ast: 'r, 'r>( &mut self, n: Option<&'ast [UrlModifier]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_url_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<UrlValue>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector<'ast: 'r, 'r>( &mut self, n: &'ast PageSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_pseudo<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorPseudo, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelectorPseudo], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_type<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_percentage<'ast: 'r, 'r>( &mut self, n: &'ast Percentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoClassSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoElementSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_qualified_rule<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_qualified_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRulePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_query_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast QueryInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_ratio<'ast: 'r, 'r>( &mut self, n: &'ast Ratio, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [RelativeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_resolution<'ast: 'r, 'r>( &mut self, n: &'ast Resolution, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_rule<'ast: 'r, 'r>( &mut self, n: &'ast Rule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_rules<'ast: 'r, 'r>( &mut self, n: &'ast [Rule], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_scope_range<'ast: 'r, 'r>( &mut self, n: &'ast ScopeRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast SelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_sequence_of_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast SequenceOfCustomIdents, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_simple_block<'ast: 'r, 'r>( &mut self, n: &'ast SimpleBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeaturePlain, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_span<'ast: 'r, 'r>( &mut self, n: &'ast Span, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_str<'ast: 'r, 'r>( &mut self, n: &'ast Str, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_style_block<'ast: 'r, 'r>( &mut self, n: &'ast StyleBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_stylesheet<'ast: 'r, 'r>( &mut self, n: &'ast Stylesheet, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_subclass_selector<'ast: 'r, 'r>( &mut self, n: &'ast SubclassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_subclass_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [SubclassSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_and<'ast: 'r, 'r>( &mut self, n: &'ast SupportsAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition<'ast: 'r, 'r>( &mut self, n: &'ast SupportsCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast SupportsConditionType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition_types<'ast: 'r, 'r>( &mut self, n: &'ast [SupportsConditionType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_feature<'ast: 'r, 'r>( &mut self, n: &'ast SupportsFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast SupportsInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_not<'ast: 'r, 'r>( &mut self, n: &'ast SupportsNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_or<'ast: 'r, 'r>( &mut self, n: &'ast SupportsOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_tag_name_selector<'ast: 'r, 'r>( &mut self, n: &'ast TagNameSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_time<'ast: 'r, 'r>( &mut self, n: &'ast Time, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_time_percentage<'ast: 'r, 'r>( &mut self, n: &'ast TimePercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_token<'ast: 'r, 'r>( &mut self, n: &'ast Token, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_token_and_span<'ast: 'r, 'r>( &mut self, n: &'ast TokenAndSpan, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_type_selector<'ast: 'r, 'r>( &mut self, n: &'ast TypeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_unicode_range<'ast: 'r, 'r>( &mut self, n: &'ast UnicodeRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_universal_selector<'ast: 'r, 'r>( &mut self, n: &'ast UniversalSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_unknown_dimension<'ast: 'r, 'r>( &mut self, n: &'ast UnknownDimension, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url<'ast: 'r, 'r>( &mut self, n: &'ast Url, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_modifier<'ast: 'r, 'r>( &mut self, n: &'ast UrlModifier, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_modifiers<'ast: 'r, 'r>( &mut self, n: &'ast [UrlModifier], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_value<'ast: 'r, 'r>( &mut self, n: &'ast UrlValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_value_raw<'ast: 'r, 'r>( &mut self, n: &'ast UrlValueRaw, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_wq_name<'ast: 'r, 'r>( &mut self, n: &'ast WqName, __ast_path: &mut AstNodePath<'r> )

source§

impl<V> VisitAstPath for Box<V>
where V: ?Sized + VisitAstPath,

source§

fn visit_absolute_color_base<'ast: 'r, 'r>( &mut self, n: &'ast AbsoluteColorBase, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_alpha_value<'ast: 'r, 'r>( &mut self, n: &'ast AlphaValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_an_plus_b<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusB, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_an_plus_b_notation<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusBNotation, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_angle<'ast: 'r, 'r>( &mut self, n: &'ast Angle, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_angle_percentage<'ast: 'r, 'r>( &mut self, n: &'ast AnglePercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_any_namespace<'ast: 'r, 'r>( &mut self, n: &'ast AnyNamespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast AtRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule_name<'ast: 'r, 'r>( &mut self, n: &'ast AtRuleName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast AtRulePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_atom<'ast: 'r, 'r>( &mut self, n: &'ast Atom, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcher, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_matcher_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcherValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorModifier, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_operator_type<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperatorType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product<'ast: 'r, 'r>( &mut self, n: &'ast CalcProduct, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcProductOrOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcProductOrOperator], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_sum<'ast: 'r, 'r>( &mut self, n: &'ast CalcSum, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value<'ast: 'r, 'r>( &mut self, n: &'ast CalcValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcValueOrOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcValueOrOperator], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast ClassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_cmyk_component<'ast: 'r, 'r>( &mut self, n: &'ast CmykComponent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_color<'ast: 'r, 'r>( &mut self, n: &'ast Color, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_color_profile_name<'ast: 'r, 'r>( &mut self, n: &'ast ColorProfileName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_combinator<'ast: 'r, 'r>( &mut self, n: &'ast Combinator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_combinator_value<'ast: 'r, 'r>( &mut self, n: &'ast CombinatorValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_component_value<'ast: 'r, 'r>( &mut self, n: &'ast ComponentValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_component_values<'ast: 'r, 'r>( &mut self, n: &'ast [ComponentValue], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selector<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [CompoundSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_condition<'ast: 'r, 'r>( &mut self, n: &'ast ContainerCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_name<'ast: 'r, 'r>( &mut self, n: &'ast ContainerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_and<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_not<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_or<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_type<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_types<'ast: 'r, 'r>( &mut self, n: &'ast [ContainerQueryType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_highlight_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomHighlightName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_ident<'ast: 'r, 'r>( &mut self, n: &'ast CustomIdent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast [CustomIdent], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_media_query<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_media_query_media_type<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQueryMediaType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_property_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomPropertyName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_dashed_ident<'ast: 'r, 'r>( &mut self, n: &'ast DashedIdent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration<'ast: 'r, 'r>( &mut self, n: &'ast Declaration, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration_name<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration_or_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationOrAtRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_delimiter<'ast: 'r, 'r>( &mut self, n: &'ast Delimiter, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_delimiter_value<'ast: 'r, 'r>( &mut self, n: &'ast DelimiterValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_dimension<'ast: 'r, 'r>( &mut self, n: &'ast Dimension, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude_matching_function<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPreludeMatchingFunction, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude_matching_functions<'ast: 'r, 'r>( &mut self, n: &'ast [DocumentPreludeMatchingFunction], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_extension_name<'ast: 'r, 'r>( &mut self, n: &'ast ExtensionName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_family_name<'ast: 'r, 'r>( &mut self, n: &'ast FamilyName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_family_names<'ast: 'r, 'r>( &mut self, n: &'ast [FamilyName], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_flex<'ast: 'r, 'r>( &mut self, n: &'ast Flex, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_font_feature_values_prelude<'ast: 'r, 'r>( &mut self, n: &'ast FontFeatureValuesPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingComplexSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingComplexSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingRelativeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_frequency<'ast: 'r, 'r>( &mut self, n: &'ast Frequency, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_frequency_percentage<'ast: 'r, 'r>( &mut self, n: &'ast FrequencyPercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_function<'ast: 'r, 'r>( &mut self, n: &'ast Function, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_function_name<'ast: 'r, 'r>( &mut self, n: &'ast FunctionName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_general_enclosed<'ast: 'r, 'r>( &mut self, n: &'ast GeneralEnclosed, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_hex_color<'ast: 'r, 'r>( &mut self, n: &'ast HexColor, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_hue<'ast: 'r, 'r>( &mut self, n: &'ast Hue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_i_32<'ast: 'r, 'r>( &mut self, n: &'ast i32, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_id_selector<'ast: 'r, 'r>( &mut self, n: &'ast IdSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_ident<'ast: 'r, 'r>( &mut self, n: &'ast Ident, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_idents<'ast: 'r, 'r>( &mut self, n: &'ast [Ident], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_conditions<'ast: 'r, 'r>( &mut self, n: &'ast ImportConditions, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_href<'ast: 'r, 'r>( &mut self, n: &'ast ImportHref, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast ImportLayerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_prelude<'ast: 'r, 'r>( &mut self, n: &'ast ImportPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_important_flag<'ast: 'r, 'r>( &mut self, n: &'ast ImportantFlag, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_integer<'ast: 'r, 'r>( &mut self, n: &'ast Integer, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_block<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_selector<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [KeyframeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_name<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_pseudo_function<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoFunction, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_pseudo_prefix<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoPrefix, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast LayerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_name_list<'ast: 'r, 'r>( &mut self, n: &'ast LayerNameList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_names<'ast: 'r, 'r>( &mut self, n: &'ast [LayerName], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_prelude<'ast: 'r, 'r>( &mut self, n: &'ast LayerPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_length<'ast: 'r, 'r>( &mut self, n: &'ast Length, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_length_percentage<'ast: 'r, 'r>( &mut self, n: &'ast LengthPercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_list_of_component_values<'ast: 'r, 'r>( &mut self, n: &'ast ListOfComponentValues, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_and<'ast: 'r, 'r>( &mut self, n: &'ast MediaAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition<'ast: 'r, 'r>( &mut self, n: &'ast MediaCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_all_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionAllType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_all_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionAllType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOrType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionWithoutOrType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeaturePlain, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast MediaInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_not<'ast: 'r, 'r>( &mut self, n: &'ast MediaNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_queries<'ast: 'r, 'r>( &mut self, n: &'ast [MediaQuery], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_query<'ast: 'r, 'r>( &mut self, n: &'ast MediaQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_query_list<'ast: 'r, 'r>( &mut self, n: &'ast MediaQueryList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_named_namespace<'ast: 'r, 'r>( &mut self, n: &'ast NamedNamespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace<'ast: 'r, 'r>( &mut self, n: &'ast Namespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prefix<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrefix, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prelude<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prelude_uri<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePreludeUri, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_nesting_selector<'ast: 'r, 'r>( &mut self, n: &'ast NestingSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_number<'ast: 'r, 'r>( &mut self, n: &'ast Number, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<AtRulePrelude>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_atom<'ast: 'r, 'r>( &mut self, n: Option<&'ast Atom>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorMatcher>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorModifier>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorValue>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_combinator<'ast: 'r, 'r>( &mut self, n: Option<&'ast Combinator>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_container_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast ContainerName>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast ForgivingSelectorList>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_function<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<Function>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_i_32<'ast: 'r, 'r>( &mut self, n: Option<&'ast i32>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_ident<'ast: 'r, 'r>( &mut self, n: Option<&'ast Ident>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_import_conditions<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportConditions>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_import_layer_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportLayerName>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_important_flag<'ast: 'r, 'r>( &mut self, n: Option<&'ast ImportantFlag>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_condition_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaConditionType>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_query_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaQueryList>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast MediaType>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_namespace<'ast: 'r, 'r>( &mut self, n: Option<&'ast Namespace>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_namespace_prefix<'ast: 'r, 'r>( &mut self, n: Option<&'ast NamespacePrefix>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_nesting_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast NestingSelector>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_number<'ast: 'r, 'r>( &mut self, n: Option<&'ast Number>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PageSelectorPseudo]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_page_selector_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast PageSelectorType>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoClassSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoElementSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_simple_block<'ast: 'r, 'r>( &mut self, n: Option<&'ast SimpleBlock>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_type_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<TypeSelector>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_url_modifiers<'ast: 'r, 'r>( &mut self, n: Option<&'ast [UrlModifier]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_url_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<UrlValue>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector<'ast: 'r, 'r>( &mut self, n: &'ast PageSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_pseudo<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorPseudo, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelectorPseudo], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_type<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_percentage<'ast: 'r, 'r>( &mut self, n: &'ast Percentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoClassSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoElementSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_qualified_rule<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_qualified_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRulePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_query_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast QueryInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_ratio<'ast: 'r, 'r>( &mut self, n: &'ast Ratio, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [RelativeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_resolution<'ast: 'r, 'r>( &mut self, n: &'ast Resolution, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_rule<'ast: 'r, 'r>( &mut self, n: &'ast Rule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_rules<'ast: 'r, 'r>( &mut self, n: &'ast [Rule], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_scope_range<'ast: 'r, 'r>( &mut self, n: &'ast ScopeRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast SelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_sequence_of_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast SequenceOfCustomIdents, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_simple_block<'ast: 'r, 'r>( &mut self, n: &'ast SimpleBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeaturePlain, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_span<'ast: 'r, 'r>( &mut self, n: &'ast Span, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_str<'ast: 'r, 'r>( &mut self, n: &'ast Str, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_style_block<'ast: 'r, 'r>( &mut self, n: &'ast StyleBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_stylesheet<'ast: 'r, 'r>( &mut self, n: &'ast Stylesheet, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_subclass_selector<'ast: 'r, 'r>( &mut self, n: &'ast SubclassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_subclass_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [SubclassSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_and<'ast: 'r, 'r>( &mut self, n: &'ast SupportsAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition<'ast: 'r, 'r>( &mut self, n: &'ast SupportsCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast SupportsConditionType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition_types<'ast: 'r, 'r>( &mut self, n: &'ast [SupportsConditionType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_feature<'ast: 'r, 'r>( &mut self, n: &'ast SupportsFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast SupportsInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_not<'ast: 'r, 'r>( &mut self, n: &'ast SupportsNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_or<'ast: 'r, 'r>( &mut self, n: &'ast SupportsOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_tag_name_selector<'ast: 'r, 'r>( &mut self, n: &'ast TagNameSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_time<'ast: 'r, 'r>( &mut self, n: &'ast Time, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_time_percentage<'ast: 'r, 'r>( &mut self, n: &'ast TimePercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_token<'ast: 'r, 'r>( &mut self, n: &'ast Token, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_token_and_span<'ast: 'r, 'r>( &mut self, n: &'ast TokenAndSpan, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_type_selector<'ast: 'r, 'r>( &mut self, n: &'ast TypeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_unicode_range<'ast: 'r, 'r>( &mut self, n: &'ast UnicodeRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_universal_selector<'ast: 'r, 'r>( &mut self, n: &'ast UniversalSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_unknown_dimension<'ast: 'r, 'r>( &mut self, n: &'ast UnknownDimension, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url<'ast: 'r, 'r>( &mut self, n: &'ast Url, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_modifier<'ast: 'r, 'r>( &mut self, n: &'ast UrlModifier, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_modifiers<'ast: 'r, 'r>( &mut self, n: &'ast [UrlModifier], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_value<'ast: 'r, 'r>( &mut self, n: &'ast UrlValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_value_raw<'ast: 'r, 'r>( &mut self, n: &'ast UrlValueRaw, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_wq_name<'ast: 'r, 'r>( &mut self, n: &'ast WqName, __ast_path: &mut AstNodePath<'r> )

source§

impl<V> VisitAstPath for Optional<V>
where V: VisitAstPath,

source§

fn visit_absolute_color_base<'ast: 'r, 'r>( &mut self, n: &'ast AbsoluteColorBase, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_alpha_value<'ast: 'r, 'r>( &mut self, n: &'ast AlphaValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_an_plus_b<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusB, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_an_plus_b_notation<'ast: 'r, 'r>( &mut self, n: &'ast AnPlusBNotation, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_angle<'ast: 'r, 'r>( &mut self, n: &'ast Angle, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_angle_percentage<'ast: 'r, 'r>( &mut self, n: &'ast AnglePercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_any_namespace<'ast: 'r, 'r>( &mut self, n: &'ast AnyNamespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast AtRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule_name<'ast: 'r, 'r>( &mut self, n: &'ast AtRuleName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast AtRulePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_atom<'ast: 'r, 'r>( &mut self, n: &'ast Atom, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcher, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_matcher_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorMatcherValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorModifier, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: &'ast AttributeSelectorValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_operator_type<'ast: 'r, 'r>( &mut self, n: &'ast CalcOperatorType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product<'ast: 'r, 'r>( &mut self, n: &'ast CalcProduct, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcProductOrOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_product_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcProductOrOperator], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_sum<'ast: 'r, 'r>( &mut self, n: &'ast CalcSum, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value<'ast: 'r, 'r>( &mut self, n: &'ast CalcValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value_or_operator<'ast: 'r, 'r>( &mut self, n: &'ast CalcValueOrOperator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_calc_value_or_operators<'ast: 'r, 'r>( &mut self, n: &'ast [CalcValueOrOperator], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast ClassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_cmyk_component<'ast: 'r, 'r>( &mut self, n: &'ast CmykComponent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_color<'ast: 'r, 'r>( &mut self, n: &'ast Color, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_color_profile_name<'ast: 'r, 'r>( &mut self, n: &'ast ColorProfileName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_combinator<'ast: 'r, 'r>( &mut self, n: &'ast Combinator, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_combinator_value<'ast: 'r, 'r>( &mut self, n: &'ast CombinatorValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast ComplexSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ComplexSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_component_value<'ast: 'r, 'r>( &mut self, n: &'ast ComponentValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_component_values<'ast: 'r, 'r>( &mut self, n: &'ast [ComponentValue], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selector<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast CompoundSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_compound_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [CompoundSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_condition<'ast: 'r, 'r>( &mut self, n: &'ast ContainerCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_name<'ast: 'r, 'r>( &mut self, n: &'ast ContainerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_and<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_not<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_or<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_type<'ast: 'r, 'r>( &mut self, n: &'ast ContainerQueryType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_container_query_types<'ast: 'r, 'r>( &mut self, n: &'ast [ContainerQueryType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_highlight_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomHighlightName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_ident<'ast: 'r, 'r>( &mut self, n: &'ast CustomIdent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast [CustomIdent], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_media_query<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_media_query_media_type<'ast: 'r, 'r>( &mut self, n: &'ast CustomMediaQueryMediaType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_custom_property_name<'ast: 'r, 'r>( &mut self, n: &'ast CustomPropertyName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_dashed_ident<'ast: 'r, 'r>( &mut self, n: &'ast DashedIdent, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration<'ast: 'r, 'r>( &mut self, n: &'ast Declaration, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration_name<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_declaration_or_at_rule<'ast: 'r, 'r>( &mut self, n: &'ast DeclarationOrAtRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_delimiter<'ast: 'r, 'r>( &mut self, n: &'ast Delimiter, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_delimiter_value<'ast: 'r, 'r>( &mut self, n: &'ast DelimiterValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_dimension<'ast: 'r, 'r>( &mut self, n: &'ast Dimension, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude_matching_function<'ast: 'r, 'r>( &mut self, n: &'ast DocumentPreludeMatchingFunction, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_document_prelude_matching_functions<'ast: 'r, 'r>( &mut self, n: &'ast [DocumentPreludeMatchingFunction], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_extension_name<'ast: 'r, 'r>( &mut self, n: &'ast ExtensionName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_family_name<'ast: 'r, 'r>( &mut self, n: &'ast FamilyName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_family_names<'ast: 'r, 'r>( &mut self, n: &'ast [FamilyName], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_flex<'ast: 'r, 'r>( &mut self, n: &'ast Flex, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_font_feature_values_prelude<'ast: 'r, 'r>( &mut self, n: &'ast FontFeatureValuesPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_complex_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingComplexSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_complex_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingComplexSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingRelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [ForgivingRelativeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast ForgivingSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_frequency<'ast: 'r, 'r>( &mut self, n: &'ast Frequency, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_frequency_percentage<'ast: 'r, 'r>( &mut self, n: &'ast FrequencyPercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_function<'ast: 'r, 'r>( &mut self, n: &'ast Function, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_function_name<'ast: 'r, 'r>( &mut self, n: &'ast FunctionName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_general_enclosed<'ast: 'r, 'r>( &mut self, n: &'ast GeneralEnclosed, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_hex_color<'ast: 'r, 'r>( &mut self, n: &'ast HexColor, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_hue<'ast: 'r, 'r>( &mut self, n: &'ast Hue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_i_32<'ast: 'r, 'r>( &mut self, n: &'ast i32, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_id_selector<'ast: 'r, 'r>( &mut self, n: &'ast IdSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_ident<'ast: 'r, 'r>( &mut self, n: &'ast Ident, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_idents<'ast: 'r, 'r>( &mut self, n: &'ast [Ident], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_conditions<'ast: 'r, 'r>( &mut self, n: &'ast ImportConditions, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_href<'ast: 'r, 'r>( &mut self, n: &'ast ImportHref, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast ImportLayerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_import_prelude<'ast: 'r, 'r>( &mut self, n: &'ast ImportPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_important_flag<'ast: 'r, 'r>( &mut self, n: &'ast ImportantFlag, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_integer<'ast: 'r, 'r>( &mut self, n: &'ast Integer, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_block<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_selector<'ast: 'r, 'r>( &mut self, n: &'ast KeyframeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframe_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [KeyframeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_name<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_pseudo_function<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoFunction, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_keyframes_pseudo_prefix<'ast: 'r, 'r>( &mut self, n: &'ast KeyframesPseudoPrefix, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_name<'ast: 'r, 'r>( &mut self, n: &'ast LayerName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_name_list<'ast: 'r, 'r>( &mut self, n: &'ast LayerNameList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_names<'ast: 'r, 'r>( &mut self, n: &'ast [LayerName], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_layer_prelude<'ast: 'r, 'r>( &mut self, n: &'ast LayerPrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_length<'ast: 'r, 'r>( &mut self, n: &'ast Length, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_length_percentage<'ast: 'r, 'r>( &mut self, n: &'ast LengthPercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_list_of_component_values<'ast: 'r, 'r>( &mut self, n: &'ast ListOfComponentValues, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_and<'ast: 'r, 'r>( &mut self, n: &'ast MediaAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition<'ast: 'r, 'r>( &mut self, n: &'ast MediaCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_all_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionAllType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_all_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionAllType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaConditionWithoutOrType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_condition_without_or_types<'ast: 'r, 'r>( &mut self, n: &'ast [MediaConditionWithoutOrType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeaturePlain, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast MediaFeatureValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast MediaInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_not<'ast: 'r, 'r>( &mut self, n: &'ast MediaNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_or<'ast: 'r, 'r>( &mut self, n: &'ast MediaOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_queries<'ast: 'r, 'r>( &mut self, n: &'ast [MediaQuery], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_query<'ast: 'r, 'r>( &mut self, n: &'ast MediaQuery, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_query_list<'ast: 'r, 'r>( &mut self, n: &'ast MediaQueryList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_media_type<'ast: 'r, 'r>( &mut self, n: &'ast MediaType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_named_namespace<'ast: 'r, 'r>( &mut self, n: &'ast NamedNamespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace<'ast: 'r, 'r>( &mut self, n: &'ast Namespace, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prefix<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrefix, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prelude<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_namespace_prelude_uri<'ast: 'r, 'r>( &mut self, n: &'ast NamespacePreludeUri, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_nesting_selector<'ast: 'r, 'r>( &mut self, n: &'ast NestingSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_number<'ast: 'r, 'r>( &mut self, n: &'ast Number, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_at_rule_prelude<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<AtRulePrelude>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_atom<'ast: 'r, 'r>( &mut self, n: Option<&'ast Atom>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_matcher<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorMatcher>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_modifier<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorModifier>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_attribute_selector_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast AttributeSelectorValue>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_combinator<'ast: 'r, 'r>( &mut self, n: Option<&'ast Combinator>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_container_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast ContainerName>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_forgiving_selector_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast ForgivingSelectorList>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_function<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<Function>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_i_32<'ast: 'r, 'r>( &mut self, n: Option<&'ast i32>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_ident<'ast: 'r, 'r>( &mut self, n: Option<&'ast Ident>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_import_conditions<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportConditions>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_import_layer_name<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<ImportLayerName>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_important_flag<'ast: 'r, 'r>( &mut self, n: Option<&'ast ImportantFlag>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_condition_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaConditionType>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_query_list<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<MediaQueryList>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_media_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast MediaType>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_namespace<'ast: 'r, 'r>( &mut self, n: Option<&'ast Namespace>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_namespace_prefix<'ast: 'r, 'r>( &mut self, n: Option<&'ast NamespacePrefix>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_nesting_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast NestingSelector>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_number<'ast: 'r, 'r>( &mut self, n: Option<&'ast Number>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PageSelectorPseudo]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_page_selector_type<'ast: 'r, 'r>( &mut self, n: Option<&'ast PageSelectorType>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoClassSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: Option<&'ast [PseudoElementSelectorChildren]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_simple_block<'ast: 'r, 'r>( &mut self, n: Option<&'ast SimpleBlock>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_type_selector<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<TypeSelector>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_url_modifiers<'ast: 'r, 'r>( &mut self, n: Option<&'ast [UrlModifier]>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_opt_url_value<'ast: 'r, 'r>( &mut self, n: Option<&'ast Box<UrlValue>>, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector<'ast: 'r, 'r>( &mut self, n: &'ast PageSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_pseudo<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorPseudo, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_pseudos<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelectorPseudo], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selector_type<'ast: 'r, 'r>( &mut self, n: &'ast PageSelectorType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_page_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [PageSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_percentage<'ast: 'r, 'r>( &mut self, n: &'ast Percentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoClassSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_class_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoClassSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector_children<'ast: 'r, 'r>( &mut self, n: &'ast PseudoElementSelectorChildren, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_pseudo_element_selector_children_vec<'ast: 'r, 'r>( &mut self, n: &'ast [PseudoElementSelectorChildren], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_qualified_rule<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_qualified_rule_prelude<'ast: 'r, 'r>( &mut self, n: &'ast QualifiedRulePrelude, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_query_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast QueryInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_ratio<'ast: 'r, 'r>( &mut self, n: &'ast Ratio, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selector<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast RelativeSelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_relative_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [RelativeSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_resolution<'ast: 'r, 'r>( &mut self, n: &'ast Resolution, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_rule<'ast: 'r, 'r>( &mut self, n: &'ast Rule, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_rules<'ast: 'r, 'r>( &mut self, n: &'ast [Rule], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_scope_range<'ast: 'r, 'r>( &mut self, n: &'ast ScopeRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_selector_list<'ast: 'r, 'r>( &mut self, n: &'ast SelectorList, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_sequence_of_custom_idents<'ast: 'r, 'r>( &mut self, n: &'ast SequenceOfCustomIdents, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_simple_block<'ast: 'r, 'r>( &mut self, n: &'ast SimpleBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_boolean<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureBoolean, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_name<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureName, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_plain<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeaturePlain, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range_comparison<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeComparison, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_range_interval<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureRangeInterval, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_size_feature_value<'ast: 'r, 'r>( &mut self, n: &'ast SizeFeatureValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_span<'ast: 'r, 'r>( &mut self, n: &'ast Span, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_str<'ast: 'r, 'r>( &mut self, n: &'ast Str, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_style_block<'ast: 'r, 'r>( &mut self, n: &'ast StyleBlock, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_stylesheet<'ast: 'r, 'r>( &mut self, n: &'ast Stylesheet, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_subclass_selector<'ast: 'r, 'r>( &mut self, n: &'ast SubclassSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_subclass_selectors<'ast: 'r, 'r>( &mut self, n: &'ast [SubclassSelector], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_and<'ast: 'r, 'r>( &mut self, n: &'ast SupportsAnd, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition<'ast: 'r, 'r>( &mut self, n: &'ast SupportsCondition, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition_type<'ast: 'r, 'r>( &mut self, n: &'ast SupportsConditionType, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_condition_types<'ast: 'r, 'r>( &mut self, n: &'ast [SupportsConditionType], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_feature<'ast: 'r, 'r>( &mut self, n: &'ast SupportsFeature, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_in_parens<'ast: 'r, 'r>( &mut self, n: &'ast SupportsInParens, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_not<'ast: 'r, 'r>( &mut self, n: &'ast SupportsNot, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_supports_or<'ast: 'r, 'r>( &mut self, n: &'ast SupportsOr, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_tag_name_selector<'ast: 'r, 'r>( &mut self, n: &'ast TagNameSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_time<'ast: 'r, 'r>( &mut self, n: &'ast Time, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_time_percentage<'ast: 'r, 'r>( &mut self, n: &'ast TimePercentage, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_token<'ast: 'r, 'r>( &mut self, n: &'ast Token, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_token_and_span<'ast: 'r, 'r>( &mut self, n: &'ast TokenAndSpan, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_type_selector<'ast: 'r, 'r>( &mut self, n: &'ast TypeSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_unicode_range<'ast: 'r, 'r>( &mut self, n: &'ast UnicodeRange, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_universal_selector<'ast: 'r, 'r>( &mut self, n: &'ast UniversalSelector, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_unknown_dimension<'ast: 'r, 'r>( &mut self, n: &'ast UnknownDimension, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url<'ast: 'r, 'r>( &mut self, n: &'ast Url, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_modifier<'ast: 'r, 'r>( &mut self, n: &'ast UrlModifier, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_modifiers<'ast: 'r, 'r>( &mut self, n: &'ast [UrlModifier], __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_value<'ast: 'r, 'r>( &mut self, n: &'ast UrlValue, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_url_value_raw<'ast: 'r, 'r>( &mut self, n: &'ast UrlValueRaw, __ast_path: &mut AstNodePath<'r> )

source§

fn visit_wq_name<'ast: 'r, 'r>( &mut self, n: &'ast WqName, __ast_path: &mut AstNodePath<'r> )

Implementors§