ReduceLengths

Struct ReduceLengths 

Source
pub struct ReduceLengths<'a, 'ctx, N: Visitable + NodeWithMetadata<CssMetadata>> {
    pub transformer: &'ctx Transformer<'a, CssMetadata, N, CssMinifierFeature>,
    /* private fields */
}

Fields§

§transformer: &'ctx Transformer<'a, CssMetadata, N, CssMinifierFeature>

Trait Implementations§

Source§

impl<'a, 'ctx, N> Transform<'a, 'ctx, CssMetadata, N, CssMinifierFeature> for ReduceLengths<'a, 'ctx, N>
where N: Visitable + NodeWithMetadata<CssMetadata>,

Source§

fn may_change(features: CssMinifierFeature, _node: &N) -> bool

Source§

fn new( transformer: &'ctx Transformer<'a, CssMetadata, N, CssMinifierFeature>, ) -> Self

Source§

impl<'a, 'ctx, N> Visit for ReduceLengths<'a, 'ctx, N>
where N: Visitable + NodeWithMetadata<CssMetadata>,

Source§

fn visit_declaration<'b, T: DeclarationValue<'b, CssMetadata> + QueryableNode>( &mut self, decl: &Declaration<'b, T, CssMetadata>, )

Source§

fn exit_declaration<'b, T: DeclarationValue<'b, CssMetadata> + QueryableNode>( &mut self, _decl: &Declaration<'b, T, CssMetadata>, )

Source§

fn visit_length(&mut self, length: &Length)

§

fn visit_queryable_node<T>(&mut self, _node: &T)
where T: QueryableNode,

Generic method for visiting queryable nodes. Override this to handle all queryable nodes uniformly. Individual visit methods will delegate to this by default.
§

fn exit_queryable_node<T>(&mut self, _node: &T)
where T: QueryableNode,

Generic method for exiting queryable nodes. Override this to handle all queryable nodes uniformly. Individual exit methods will delegate to this by default.
§

fn visit_bad_declaration<'a>(&mut self, _rule: &BadDeclaration<'a>)

§

fn exit_bad_declaration<'a>(&mut self, _rule: &BadDeclaration<'a>)

§

fn visit_string(&mut self, _str: &String)

§

fn exit_string(&mut self, _str: &String)

§

fn visit_comparison(&mut self, _comparison: &Comparison)

§

fn exit_comparison(&mut self, _comparison: &Comparison)

§

fn visit_single_animation_composition( &mut self, _rule: &SingleAnimationComposition, )

§

fn exit_single_animation_composition( &mut self, _rule: &SingleAnimationComposition, )

§

fn visit_animation_timeline_style_value<'a>( &mut self, _rule: &AnimationTimelineStyleValue<'a>, )

§

fn exit_animation_timeline_style_value<'a>( &mut self, _rule: &AnimationTimelineStyleValue<'a>, )

§

fn visit_stroke_repeat_style_value<'a>( &mut self, _rule: &StrokeRepeatStyleValue<'a>, )

§

fn exit_stroke_repeat_style_value<'a>( &mut self, _rule: &StrokeRepeatStyleValue<'a>, )

§

fn visit_keyframe_selector(&mut self, _rule: &KeyframeSelector)

§

fn exit_keyframe_selector(&mut self, _rule: &KeyframeSelector)

§

fn visit_max_width_style_value(&mut self, _rule: &MaxWidthStyleValue)

§

fn exit_max_width_style_value(&mut self, _rule: &MaxWidthStyleValue)

§

fn visit_property_rule<'a>(&mut self, _rule: &PropertyRule<'a>)

§

fn exit_property_rule<'a>(&mut self, _rule: &PropertyRule<'a>)

§

fn visit_column_rule_interior_inset_style_value( &mut self, _rule: &ColumnRuleInteriorInsetStyleValue, )

§

fn exit_column_rule_interior_inset_style_value( &mut self, _rule: &ColumnRuleInteriorInsetStyleValue, )

§

fn visit_rule_interior_inset_style_value( &mut self, _rule: &RuleInteriorInsetStyleValue, )

§

fn exit_rule_interior_inset_style_value( &mut self, _rule: &RuleInteriorInsetStyleValue, )

§

fn visit_repeating_linear_gradient_function<'a>( &mut self, _rule: &RepeatingLinearGradientFunction<'a>, )

§

fn exit_repeating_linear_gradient_function<'a>( &mut self, _rule: &RepeatingLinearGradientFunction<'a>, )

§

fn visit_timeline_trigger_source_style_value<'a>( &mut self, _rule: &TimelineTriggerSourceStyleValue<'a>, )

§

fn exit_timeline_trigger_source_style_value<'a>( &mut self, _rule: &TimelineTriggerSourceStyleValue<'a>, )

§

fn visit_border_block_style_value(&mut self, _rule: &BorderBlockStyleValue)

§

fn exit_border_block_style_value(&mut self, _rule: &BorderBlockStyleValue)

§

fn visit_paint_box(&mut self, _rule: &PaintBox)

§

fn exit_paint_box(&mut self, _rule: &PaintBox)

§

fn visit_line_grid_style_value(&mut self, _rule: &LineGridStyleValue)

§

fn exit_line_grid_style_value(&mut self, _rule: &LineGridStyleValue)

§

fn visit_decibel(&mut self, _rule: &Decibel)

§

fn exit_decibel(&mut self, _rule: &Decibel)

§

fn visit_stroke_size_style_value<'a>( &mut self, _rule: &StrokeSizeStyleValue<'a>, )

§

fn exit_stroke_size_style_value<'a>(&mut self, _rule: &StrokeSizeStyleValue<'a>)

§

fn visit_text_align_style_value(&mut self, _rule: &TextAlignStyleValue)

§

fn exit_text_align_style_value(&mut self, _rule: &TextAlignStyleValue)

§

fn visit_animation_composition_style_value<'a>( &mut self, _rule: &AnimationCompositionStyleValue<'a>, )

§

fn exit_animation_composition_style_value<'a>( &mut self, _rule: &AnimationCompositionStyleValue<'a>, )

§

fn visit_visibility_style_value(&mut self, _rule: &VisibilityStyleValue)

§

fn exit_visibility_style_value(&mut self, _rule: &VisibilityStyleValue)

§

fn visit_snap_block_keyword(&mut self, _rule: &SnapBlockKeyword)

§

fn exit_snap_block_keyword(&mut self, _rule: &SnapBlockKeyword)

§

fn visit_text_autospace_style_value(&mut self, _rule: &TextAutospaceStyleValue)

§

fn exit_text_autospace_style_value(&mut self, _rule: &TextAutospaceStyleValue)

§

fn visit_computed<'a>(&mut self, _rule: &Computed<'a>)

§

fn exit_computed<'a>(&mut self, _rule: &Computed<'a>)

§

fn visit_pad_style_value<'a>(&mut self, _rule: &PadStyleValue<'a>)

§

fn exit_pad_style_value<'a>(&mut self, _rule: &PadStyleValue<'a>)

§

fn visit_border_block_style_style_value( &mut self, _rule: &BorderBlockStyleStyleValue, )

§

fn exit_border_block_style_style_value( &mut self, _rule: &BorderBlockStyleStyleValue, )

§

fn visit_counter<'a>(&mut self, _rule: &Counter<'a>)

§

fn exit_counter<'a>(&mut self, _rule: &Counter<'a>)

§

fn visit_angle(&mut self, _rule: &Angle)

§

fn exit_angle(&mut self, _rule: &Angle)

§

fn visit_animation_range_end_style_value<'a>( &mut self, _rule: &AnimationRangeEndStyleValue<'a>, )

§

fn exit_animation_range_end_style_value<'a>( &mut self, _rule: &AnimationRangeEndStyleValue<'a>, )

§

fn visit_snapped_scroll_state_feature( &mut self, _rule: &SnappedScrollStateFeature, )

§

fn exit_snapped_scroll_state_feature( &mut self, _rule: &SnappedScrollStateFeature, )

§

fn visit_stroke_dasharray_style_value<'a>( &mut self, _rule: &StrokeDasharrayStyleValue<'a>, )

§

fn exit_stroke_dasharray_style_value<'a>( &mut self, _rule: &StrokeDasharrayStyleValue<'a>, )

§

fn visit_grid_column_start_style_value( &mut self, _rule: &GridColumnStartStyleValue, )

§

fn exit_grid_column_start_style_value( &mut self, _rule: &GridColumnStartStyleValue, )

§

fn visit_wrap_inside_style_value(&mut self, _rule: &WrapInsideStyleValue)

§

fn exit_wrap_inside_style_value(&mut self, _rule: &WrapInsideStyleValue)

§

fn visit_outline_style_style_value(&mut self, _rule: &OutlineStyleStyleValue)

§

fn exit_outline_style_style_value(&mut self, _rule: &OutlineStyleStyleValue)

§

fn visit_height_style_value(&mut self, _rule: &HeightStyleValue)

§

fn exit_height_style_value(&mut self, _rule: &HeightStyleValue)

§

fn visit_font_width_style_value(&mut self, _rule: &FontWidthStyleValue)

§

fn exit_font_width_style_value(&mut self, _rule: &FontWidthStyleValue)

§

fn visit_flow_from_style_value(&mut self, _rule: &FlowFromStyleValue)

§

fn exit_flow_from_style_value(&mut self, _rule: &FlowFromStyleValue)

§

fn visit_linear_gradient_function<'a>( &mut self, _rule: &LinearGradientFunction<'a>, )

§

fn exit_linear_gradient_function<'a>( &mut self, _rule: &LinearGradientFunction<'a>, )

§

fn visit_border_start_end_radius_style_value( &mut self, _rule: &BorderStartEndRadiusStyleValue, )

§

fn exit_border_start_end_radius_style_value( &mut self, _rule: &BorderStartEndRadiusStyleValue, )

§

fn visit_system_color(&mut self, _rule: &SystemColor)

§

fn exit_system_color(&mut self, _rule: &SystemColor)

§

fn visit_single_animation_trigger_type( &mut self, _rule: &SingleAnimationTriggerType, )

§

fn exit_single_animation_trigger_type( &mut self, _rule: &SingleAnimationTriggerType, )

§

fn visit_border_bottom_style_style_value( &mut self, _rule: &BorderBottomStyleStyleValue, )

§

fn exit_border_bottom_style_style_value( &mut self, _rule: &BorderBottomStyleStyleValue, )

§

fn visit_empty_cells_style_value(&mut self, _rule: &EmptyCellsStyleValue)

§

fn exit_empty_cells_style_value(&mut self, _rule: &EmptyCellsStyleValue)

§

fn visit_stroke_color_style_value<'a>( &mut self, _rule: &StrokeColorStyleValue<'a>, )

§

fn exit_stroke_color_style_value<'a>( &mut self, _rule: &StrokeColorStyleValue<'a>, )

§

fn visit_skew_function(&mut self, _rule: &SkewFunction)

§

fn exit_skew_function(&mut self, _rule: &SkewFunction)

§

fn visit_generic_family(&mut self, _rule: &GenericFamily)

§

fn exit_generic_family(&mut self, _rule: &GenericFamily)

§

fn visit_animation_iteration_count_style_value<'a>( &mut self, _rule: &AnimationIterationCountStyleValue<'a>, )

§

fn exit_animation_iteration_count_style_value<'a>( &mut self, _rule: &AnimationIterationCountStyleValue<'a>, )

§

fn visit_corner_top_left_shape_style_value( &mut self, _rule: &CornerTopLeftShapeStyleValue, )

§

fn exit_corner_top_left_shape_style_value( &mut self, _rule: &CornerTopLeftShapeStyleValue, )

§

fn visit_custom<'a>(&mut self, _rule: &Custom<'a>)

§

fn exit_custom<'a>(&mut self, _rule: &Custom<'a>)

§

fn visit_gradient<'a>(&mut self, _rule: &Gradient<'a>)

§

fn exit_gradient<'a>(&mut self, _rule: &Gradient<'a>)

§

fn visit_inline_size_container_feature( &mut self, _rule: &InlineSizeContainerFeature, )

§

fn exit_inline_size_container_feature( &mut self, _rule: &InlineSizeContainerFeature, )

§

fn visit_scalez_function(&mut self, _rule: &ScalezFunction)

§

fn exit_scalez_function(&mut self, _rule: &ScalezFunction)

§

fn visit_float_reference_style_value( &mut self, _rule: &FloatReferenceStyleValue, )

§

fn exit_float_reference_style_value(&mut self, _rule: &FloatReferenceStyleValue)

§

fn visit_import_rule<'a>(&mut self, _rule: &ImportRule<'a>)

§

fn exit_import_rule<'a>(&mut self, _rule: &ImportRule<'a>)

§

fn visit_attachment(&mut self, _rule: &Attachment)

§

fn exit_attachment(&mut self, _rule: &Attachment)

§

fn visit_pseudo_element(&mut self, _rule: &PseudoElement)

§

fn exit_pseudo_element(&mut self, _rule: &PseudoElement)

§

fn visit_scroll_target_group_style_value( &mut self, _rule: &ScrollTargetGroupStyleValue, )

§

fn exit_scroll_target_group_style_value( &mut self, _rule: &ScrollTargetGroupStyleValue, )

§

fn visit_left_style_value(&mut self, _rule: &LeftStyleValue)

§

fn exit_left_style_value(&mut self, _rule: &LeftStyleValue)

§

fn visit_border_block_start_width_style_value( &mut self, _rule: &BorderBlockStartWidthStyleValue, )

§

fn exit_border_block_start_width_style_value( &mut self, _rule: &BorderBlockStartWidthStyleValue, )

§

fn visit_dynamic_range_media_feature( &mut self, _rule: &DynamicRangeMediaFeature, )

§

fn exit_dynamic_range_media_feature(&mut self, _rule: &DynamicRangeMediaFeature)

§

fn visit_fit_content_function(&mut self, _rule: &FitContentFunction)

§

fn exit_fit_content_function(&mut self, _rule: &FitContentFunction)

§

fn visit_stroke_align_style_value(&mut self, _rule: &StrokeAlignStyleValue)

§

fn exit_stroke_align_style_value(&mut self, _rule: &StrokeAlignStyleValue)

§

fn visit_custom_element_tag(&mut self, _rule: &CustomElementTag)

§

fn exit_custom_element_tag(&mut self, _rule: &CustomElementTag)

§

fn visit_border_bottom_width_style_value( &mut self, _rule: &BorderBottomWidthStyleValue, )

§

fn exit_border_bottom_width_style_value( &mut self, _rule: &BorderBottomWidthStyleValue, )

§

fn visit_text_decoration_skip_style_value( &mut self, _rule: &TextDecorationSkipStyleValue, )

§

fn exit_text_decoration_skip_style_value( &mut self, _rule: &TextDecorationSkipStyleValue, )

§

fn visit_target_text_function(&mut self, _rule: &TargetTextFunction)

§

fn exit_target_text_function(&mut self, _rule: &TargetTextFunction)

§

fn visit_overlay_style_value(&mut self, _rule: &OverlayStyleValue)

§

fn exit_overlay_style_value(&mut self, _rule: &OverlayStyleValue)

§

fn visit_anchor_scope_style_value<'a>( &mut self, _rule: &AnchorScopeStyleValue<'a>, )

§

fn exit_anchor_scope_style_value<'a>( &mut self, _rule: &AnchorScopeStyleValue<'a>, )

§

fn visit_scroll_margin_top_style_value( &mut self, _rule: &ScrollMarginTopStyleValue, )

§

fn exit_scroll_margin_top_style_value( &mut self, _rule: &ScrollMarginTopStyleValue, )

§

fn visit_grid_auto_columns_style_value<'a>( &mut self, _rule: &GridAutoColumnsStyleValue<'a>, )

§

fn exit_grid_auto_columns_style_value<'a>( &mut self, _rule: &GridAutoColumnsStyleValue<'a>, )

§

fn visit_media_rule<'a>(&mut self, _rule: &MediaRule<'a>)

§

fn exit_media_rule<'a>(&mut self, _rule: &MediaRule<'a>)

§

fn visit_bottom_style_value(&mut self, _rule: &BottomStyleValue)

§

fn exit_bottom_style_value(&mut self, _rule: &BottomStyleValue)

§

fn visit_content_distribution(&mut self, _rule: &ContentDistribution)

§

fn exit_content_distribution(&mut self, _rule: &ContentDistribution)

§

fn visit_prefers_reduced_motion_media_feature( &mut self, _rule: &PrefersReducedMotionMediaFeature, )

§

fn exit_prefers_reduced_motion_media_feature( &mut self, _rule: &PrefersReducedMotionMediaFeature, )

§

fn visit_linear_function_params(&mut self, _rule: &LinearFunctionParams)

§

fn exit_linear_function_params(&mut self, _rule: &LinearFunctionParams)

§

fn visit_legacy_pseudo_element(&mut self, _rule: &LegacyPseudoElement)

§

fn exit_legacy_pseudo_element(&mut self, _rule: &LegacyPseudoElement)

§

fn visit_translatez_function(&mut self, _rule: &TranslatezFunction)

§

fn exit_translatez_function(&mut self, _rule: &TranslatezFunction)

§

fn visit_border_block_width_style_value( &mut self, _rule: &BorderBlockWidthStyleValue, )

§

fn exit_border_block_width_style_value( &mut self, _rule: &BorderBlockWidthStyleValue, )

§

fn visit_charset_rule(&mut self, _rule: &CharsetRule)

§

fn exit_charset_rule(&mut self, _rule: &CharsetRule)

§

fn visit_field_sizing_style_value(&mut self, _rule: &FieldSizingStyleValue)

§

fn exit_field_sizing_style_value(&mut self, _rule: &FieldSizingStyleValue)

§

fn visit_layout_box(&mut self, _rule: &LayoutBox)

§

fn exit_layout_box(&mut self, _rule: &LayoutBox)

§

fn visit_animation_range_start_style_value<'a>( &mut self, _rule: &AnimationRangeStartStyleValue<'a>, )

§

fn exit_animation_range_start_style_value<'a>( &mut self, _rule: &AnimationRangeStartStyleValue<'a>, )

§

fn visit_scrollbar_color_style_value( &mut self, _rule: &ScrollbarColorStyleValue, )

§

fn exit_scrollbar_color_style_value(&mut self, _rule: &ScrollbarColorStyleValue)

§

fn visit_number_length(&mut self, _rule: &NumberLength)

§

fn exit_number_length(&mut self, _rule: &NumberLength)

§

fn visit_wildcard(&mut self, _rule: &Wildcard)

§

fn exit_wildcard(&mut self, _rule: &Wildcard)

§

fn visit_min_block_size_style_value(&mut self, _rule: &MinBlockSizeStyleValue)

§

fn exit_min_block_size_style_value(&mut self, _rule: &MinBlockSizeStyleValue)

§

fn visit_color_interpolation_filters_style_value( &mut self, _rule: &ColorInterpolationFiltersStyleValue, )

§

fn exit_color_interpolation_filters_style_value( &mut self, _rule: &ColorInterpolationFiltersStyleValue, )

§

fn visit_animation_timing_function_style_value<'a>( &mut self, _rule: &AnimationTimingFunctionStyleValue<'a>, )

§

fn exit_animation_timing_function_style_value<'a>( &mut self, _rule: &AnimationTimingFunctionStyleValue<'a>, )

§

fn visit_bookmark_level_style_value(&mut self, _rule: &BookmarkLevelStyleValue)

§

fn exit_bookmark_level_style_value(&mut self, _rule: &BookmarkLevelStyleValue)

§

fn visit_hsl_function_params(&mut self, _rule: &HslFunctionParams)

§

fn exit_hsl_function_params(&mut self, _rule: &HslFunctionParams)

§

fn visit_box_shadow_position_style_value<'a>( &mut self, _rule: &BoxShadowPositionStyleValue<'a>, )

§

fn exit_box_shadow_position_style_value<'a>( &mut self, _rule: &BoxShadowPositionStyleValue<'a>, )

§

fn visit_text_wrap_mode_style_value(&mut self, _rule: &TextWrapModeStyleValue)

§

fn exit_text_wrap_mode_style_value(&mut self, _rule: &TextWrapModeStyleValue)

§

fn visit_box_snap_style_value(&mut self, _rule: &BoxSnapStyleValue)

§

fn exit_box_snap_style_value(&mut self, _rule: &BoxSnapStyleValue)

§

fn visit_keyframe<'a>(&mut self, _rule: &Keyframe<'a>)

§

fn exit_keyframe<'a>(&mut self, _rule: &Keyframe<'a>)

§

fn visit_margin_inline_end_style_value( &mut self, _rule: &MarginInlineEndStyleValue, )

§

fn exit_margin_inline_end_style_value( &mut self, _rule: &MarginInlineEndStyleValue, )

§

fn visit_scale_style_value(&mut self, _rule: &ScaleStyleValue)

§

fn exit_scale_style_value(&mut self, _rule: &ScaleStyleValue)

§

fn visit_display_mode_media_feature(&mut self, _rule: &DisplayModeMediaFeature)

§

fn exit_display_mode_media_feature(&mut self, _rule: &DisplayModeMediaFeature)

§

fn visit_corner_left_shape_style_value( &mut self, _rule: &CornerLeftShapeStyleValue, )

§

fn exit_corner_left_shape_style_value( &mut self, _rule: &CornerLeftShapeStyleValue, )

§

fn visit_pause_before_style_value(&mut self, _rule: &PauseBeforeStyleValue)

§

fn exit_pause_before_style_value(&mut self, _rule: &PauseBeforeStyleValue)

§

fn visit_rotatey_function(&mut self, _rule: &RotateyFunction)

§

fn exit_rotatey_function(&mut self, _rule: &RotateyFunction)

§

fn visit_hover_media_feature(&mut self, _rule: &HoverMediaFeature)

§

fn exit_hover_media_feature(&mut self, _rule: &HoverMediaFeature)

§

fn visit_event_trigger_style_value<'a>( &mut self, _rule: &EventTriggerStyleValue<'a>, )

§

fn exit_event_trigger_style_value<'a>( &mut self, _rule: &EventTriggerStyleValue<'a>, )

§

fn visit_view_transition_group_style_value( &mut self, _rule: &ViewTransitionGroupStyleValue, )

§

fn exit_view_transition_group_style_value( &mut self, _rule: &ViewTransitionGroupStyleValue, )

§

fn visit_corner_bottom_right_shape_style_value( &mut self, _rule: &CornerBottomRightShapeStyleValue, )

§

fn exit_corner_bottom_right_shape_style_value( &mut self, _rule: &CornerBottomRightShapeStyleValue, )

§

fn visit_background_image_style_value<'a>( &mut self, _rule: &BackgroundImageStyleValue<'a>, )

§

fn exit_background_image_style_value<'a>( &mut self, _rule: &BackgroundImageStyleValue<'a>, )

§

fn visit_host_pseudo_function<'a>(&mut self, _rule: &HostPseudoFunction<'a>)

§

fn exit_host_pseudo_function<'a>(&mut self, _rule: &HostPseudoFunction<'a>)

§

fn visit_column_width_style_value(&mut self, _rule: &ColumnWidthStyleValue)

§

fn exit_column_width_style_value(&mut self, _rule: &ColumnWidthStyleValue)

§

fn visit_try_size(&mut self, _rule: &TrySize)

§

fn exit_try_size(&mut self, _rule: &TrySize)

§

fn visit_border_end_end_radius_style_value( &mut self, _rule: &BorderEndEndRadiusStyleValue, )

§

fn exit_border_end_end_radius_style_value( &mut self, _rule: &BorderEndEndRadiusStyleValue, )

§

fn visit_corner_top_right_shape_style_value( &mut self, _rule: &CornerTopRightShapeStyleValue, )

§

fn exit_corner_top_right_shape_style_value( &mut self, _rule: &CornerTopRightShapeStyleValue, )

§

fn visit_environment_blending_media_feature_keyword( &mut self, _rule: &EnvironmentBlendingMediaFeatureKeyword, )

§

fn exit_environment_blending_media_feature_keyword( &mut self, _rule: &EnvironmentBlendingMediaFeatureKeyword, )

§

fn visit_orientation_media_feature(&mut self, _rule: &OrientationMediaFeature)

§

fn exit_orientation_media_feature(&mut self, _rule: &OrientationMediaFeature)

§

fn visit_image_rendering_style_value( &mut self, _rule: &ImageRenderingStyleValue, )

§

fn exit_image_rendering_style_value(&mut self, _rule: &ImageRenderingStyleValue)

§

fn visit_align_self_style_value(&mut self, _rule: &AlignSelfStyleValue)

§

fn exit_align_self_style_value(&mut self, _rule: &AlignSelfStyleValue)

§

fn visit_background_repeat_style_value<'a>( &mut self, _rule: &BackgroundRepeatStyleValue<'a>, )

§

fn exit_background_repeat_style_value<'a>( &mut self, _rule: &BackgroundRepeatStyleValue<'a>, )

§

fn visit_keyframes_rule_block<'a>(&mut self, _rule: &KeyframesRuleBlock<'a>)

§

fn exit_keyframes_rule_block<'a>(&mut self, _rule: &KeyframesRuleBlock<'a>)

§

fn visit_border_inline_style_value(&mut self, _rule: &BorderInlineStyleValue)

§

fn exit_border_inline_style_value(&mut self, _rule: &BorderInlineStyleValue)

§

fn visit_list_style_image_style_value<'a>( &mut self, _rule: &ListStyleImageStyleValue<'a>, )

§

fn exit_list_style_image_style_value<'a>( &mut self, _rule: &ListStyleImageStyleValue<'a>, )

§

fn visit_continue_style_value(&mut self, _rule: &ContinueStyleValue)

§

fn exit_continue_style_value(&mut self, _rule: &ContinueStyleValue)

§

fn visit_symbols_style_value<'a>(&mut self, _rule: &SymbolsStyleValue<'a>)

§

fn exit_symbols_style_value<'a>(&mut self, _rule: &SymbolsStyleValue<'a>)

§

fn visit_auto_line_width_list<'a>(&mut self, _rule: &AutoLineWidthList<'a>)

§

fn exit_auto_line_width_list<'a>(&mut self, _rule: &AutoLineWidthList<'a>)

§

fn visit_scripting_media_feature(&mut self, _rule: &ScriptingMediaFeature)

§

fn exit_scripting_media_feature(&mut self, _rule: &ScriptingMediaFeature)

§

fn visit_word_break_style_value(&mut self, _rule: &WordBreakStyleValue)

§

fn exit_word_break_style_value(&mut self, _rule: &WordBreakStyleValue)

§

fn visit_nth_last_of_type_pseudo_function( &mut self, _rule: &NthLastOfTypePseudoFunction, )

§

fn exit_nth_last_of_type_pseudo_function( &mut self, _rule: &NthLastOfTypePseudoFunction, )

§

fn visit_prefers_reduced_motion_media_feature_keyword( &mut self, _rule: &PrefersReducedMotionMediaFeatureKeyword, )

§

fn exit_prefers_reduced_motion_media_feature_keyword( &mut self, _rule: &PrefersReducedMotionMediaFeatureKeyword, )

§

fn visit_lch_function(&mut self, _rule: &LchFunction)

§

fn exit_lch_function(&mut self, _rule: &LchFunction)

§

fn visit_pt_name_and_class_selector<'a>( &mut self, _rule: &PtNameAndClassSelector<'a>, )

§

fn exit_pt_name_and_class_selector<'a>( &mut self, _rule: &PtNameAndClassSelector<'a>, )

§

fn visit_animation_trigger_style_value<'a>( &mut self, _rule: &AnimationTriggerStyleValue<'a>, )

§

fn exit_animation_trigger_style_value<'a>( &mut self, _rule: &AnimationTriggerStyleValue<'a>, )

§

fn visit_column_rule_edge_inset_end_style_value( &mut self, _rule: &ColumnRuleEdgeInsetEndStyleValue, )

§

fn exit_column_rule_edge_inset_end_style_value( &mut self, _rule: &ColumnRuleEdgeInsetEndStyleValue, )

§

fn visit_backface_visibility_style_value( &mut self, _rule: &BackfaceVisibilityStyleValue, )

§

fn exit_backface_visibility_style_value( &mut self, _rule: &BackfaceVisibilityStyleValue, )

§

fn visit_ms_ime_align_media_feature(&mut self, _rule: &MsImeAlignMediaFeature)

§

fn exit_ms_ime_align_media_feature(&mut self, _rule: &MsImeAlignMediaFeature)

§

fn visit_column_wrap_style_value(&mut self, _rule: &ColumnWrapStyleValue)

§

fn exit_column_wrap_style_value(&mut self, _rule: &ColumnWrapStyleValue)

§

fn visit_single_animation_direction(&mut self, _rule: &SingleAnimationDirection)

§

fn exit_single_animation_direction(&mut self, _rule: &SingleAnimationDirection)

§

fn visit_fill_break_style_value(&mut self, _rule: &FillBreakStyleValue)

§

fn exit_fill_break_style_value(&mut self, _rule: &FillBreakStyleValue)

§

fn visit_display_legacy(&mut self, _rule: &DisplayLegacy)

§

fn exit_display_legacy(&mut self, _rule: &DisplayLegacy)

§

fn visit_oklab_function(&mut self, _rule: &OklabFunction)

§

fn exit_oklab_function(&mut self, _rule: &OklabFunction)

§

fn visit_transform_list<'a>(&mut self, _rule: &TransformList<'a>)

§

fn exit_transform_list<'a>(&mut self, _rule: &TransformList<'a>)

§

fn visit_padding_style_value(&mut self, _rule: &PaddingStyleValue)

§

fn exit_padding_style_value(&mut self, _rule: &PaddingStyleValue)

§

fn visit_page_selector<'a>(&mut self, _rule: &PageSelector<'a>)

§

fn exit_page_selector<'a>(&mut self, _rule: &PageSelector<'a>)

§

fn visit_orphans_style_value(&mut self, _rule: &OrphansStyleValue)

§

fn exit_orphans_style_value(&mut self, _rule: &OrphansStyleValue)

§

fn visit_print_color_adjust_style_value( &mut self, _rule: &PrintColorAdjustStyleValue, )

§

fn exit_print_color_adjust_style_value( &mut self, _rule: &PrintColorAdjustStyleValue, )

§

fn visit_display_inside(&mut self, _rule: &DisplayInside)

§

fn exit_display_inside(&mut self, _rule: &DisplayInside)

§

fn visit_reading_flow_style_value(&mut self, _rule: &ReadingFlowStyleValue)

§

fn exit_reading_flow_style_value(&mut self, _rule: &ReadingFlowStyleValue)

§

fn visit_auto_none_or<T>(&mut self, _rule: &AutoNoneOr<T>)

§

fn exit_auto_none_or<T>(&mut self, _rule: &AutoNoneOr<T>)

§

fn visit_ms_pseudo_element(&mut self, _rule: &MsPseudoElement)

§

fn exit_ms_pseudo_element(&mut self, _rule: &MsPseudoElement)

§

fn visit_font_weight_style_value(&mut self, _rule: &FontWeightStyleValue)

§

fn exit_font_weight_style_value(&mut self, _rule: &FontWeightStyleValue)

§

fn visit_forced_colors_media_feature_keyword( &mut self, _rule: &ForcedColorsMediaFeatureKeyword, )

§

fn exit_forced_colors_media_feature_keyword( &mut self, _rule: &ForcedColorsMediaFeatureKeyword, )

§

fn visit_compat_auto(&mut self, _rule: &CompatAuto)

§

fn exit_compat_auto(&mut self, _rule: &CompatAuto)

§

fn visit_flex_wrap_style_value(&mut self, _rule: &FlexWrapStyleValue)

§

fn exit_flex_wrap_style_value(&mut self, _rule: &FlexWrapStyleValue)

§

fn visit_moz_document_rule<'a>(&mut self, _rule: &MozDocumentRule<'a>)

§

fn exit_moz_document_rule<'a>(&mut self, _rule: &MozDocumentRule<'a>)

§

fn visit_corner_shape_value(&mut self, _rule: &CornerShapeValue)

§

fn exit_corner_shape_value(&mut self, _rule: &CornerShapeValue)

§

fn visit_image_set_function<'a>(&mut self, _rule: &ImageSetFunction<'a>)

§

fn exit_image_set_function<'a>(&mut self, _rule: &ImageSetFunction<'a>)

§

fn visit_prefers_contrast_media_feature( &mut self, _rule: &PrefersContrastMediaFeature, )

§

fn exit_prefers_contrast_media_feature( &mut self, _rule: &PrefersContrastMediaFeature, )

§

fn visit_video_color_gamut_media_feature_keyword( &mut self, _rule: &VideoColorGamutMediaFeatureKeyword, )

§

fn exit_video_color_gamut_media_feature_keyword( &mut self, _rule: &VideoColorGamutMediaFeatureKeyword, )

§

fn visit_slider_orientation_style_value( &mut self, _rule: &SliderOrientationStyleValue, )

§

fn exit_slider_orientation_style_value( &mut self, _rule: &SliderOrientationStyleValue, )

§

fn visit_mask_size_style_value<'a>(&mut self, _rule: &MaskSizeStyleValue<'a>)

§

fn exit_mask_size_style_value<'a>(&mut self, _rule: &MaskSizeStyleValue<'a>)

§

fn visit_perspective_style_value(&mut self, _rule: &PerspectiveStyleValue)

§

fn exit_perspective_style_value(&mut self, _rule: &PerspectiveStyleValue)

§

fn visit_selector_list<'a>(&mut self, _rule: &SelectorList<'a>)

§

fn exit_selector_list<'a>(&mut self, _rule: &SelectorList<'a>)

§

fn visit_text_emphasis_color_style_value( &mut self, _rule: &TextEmphasisColorStyleValue, )

§

fn exit_text_emphasis_color_style_value( &mut self, _rule: &TextEmphasisColorStyleValue, )

§

fn visit_mathml_tag(&mut self, _rule: &MathmlTag)

§

fn exit_mathml_tag(&mut self, _rule: &MathmlTag)

§

fn visit_moz_functional_pseudo_element<'a>( &mut self, _rule: &MozFunctionalPseudoElement<'a>, )

§

fn exit_moz_functional_pseudo_element<'a>( &mut self, _rule: &MozFunctionalPseudoElement<'a>, )

§

fn visit_flex_direction_style_value(&mut self, _rule: &FlexDirectionStyleValue)

§

fn exit_flex_direction_style_value(&mut self, _rule: &FlexDirectionStyleValue)

§

fn visit_position_style_value(&mut self, _rule: &PositionStyleValue)

§

fn exit_position_style_value(&mut self, _rule: &PositionStyleValue)

§

fn visit_unknown<'a>(&mut self, _rule: &Unknown<'a>)

§

fn exit_unknown<'a>(&mut self, _rule: &Unknown<'a>)

§

fn visit_marker_side_style_value(&mut self, _rule: &MarkerSideStyleValue)

§

fn exit_marker_side_style_value(&mut self, _rule: &MarkerSideStyleValue)

§

fn visit_border_style_value(&mut self, _rule: &BorderStyleValue)

§

fn exit_border_style_value(&mut self, _rule: &BorderStyleValue)

§

fn visit_inset_block_style_value(&mut self, _rule: &InsetBlockStyleValue)

§

fn exit_inset_block_style_value(&mut self, _rule: &InsetBlockStyleValue)

§

fn visit_video_dynamic_range_media_feature_keyword( &mut self, _rule: &VideoDynamicRangeMediaFeatureKeyword, )

§

fn exit_video_dynamic_range_media_feature_keyword( &mut self, _rule: &VideoDynamicRangeMediaFeatureKeyword, )

§

fn visit_object_view_box_style_value(&mut self, _rule: &ObjectViewBoxStyleValue)

§

fn exit_object_view_box_style_value(&mut self, _rule: &ObjectViewBoxStyleValue)

§

fn visit_overscroll_behavior_block_style_value( &mut self, _rule: &OverscrollBehaviorBlockStyleValue, )

§

fn exit_overscroll_behavior_block_style_value( &mut self, _rule: &OverscrollBehaviorBlockStyleValue, )

§

fn visit_url(&mut self, _rule: &Url)

§

fn exit_url(&mut self, _rule: &Url)

§

fn visit_single_animation_trigger_behavior( &mut self, _rule: &SingleAnimationTriggerBehavior, )

§

fn exit_single_animation_trigger_behavior( &mut self, _rule: &SingleAnimationTriggerBehavior, )

§

fn visit_scroll_timeline_axis_style_value<'a>( &mut self, _rule: &ScrollTimelineAxisStyleValue<'a>, )

§

fn exit_scroll_timeline_axis_style_value<'a>( &mut self, _rule: &ScrollTimelineAxisStyleValue<'a>, )

§

fn visit_font_optical_sizing_style_value( &mut self, _rule: &FontOpticalSizingStyleValue, )

§

fn exit_font_optical_sizing_style_value( &mut self, _rule: &FontOpticalSizingStyleValue, )

§

fn visit_top_style_value(&mut self, _rule: &TopStyleValue)

§

fn exit_top_style_value(&mut self, _rule: &TopStyleValue)

§

fn visit_rule_style_value(&mut self, _rule: &RuleStyleValue)

§

fn exit_rule_style_value(&mut self, _rule: &RuleStyleValue)

§

fn visit_event_trigger_source_style_value<'a>( &mut self, _rule: &EventTriggerSourceStyleValue<'a>, )

§

fn exit_event_trigger_source_style_value<'a>( &mut self, _rule: &EventTriggerSourceStyleValue<'a>, )

§

fn visit_scroll_marker_group_style_value( &mut self, _rule: &ScrollMarkerGroupStyleValue, )

§

fn exit_scroll_marker_group_style_value( &mut self, _rule: &ScrollMarkerGroupStyleValue, )

§

fn visit_grid_row_start_style_value(&mut self, _rule: &GridRowStartStyleValue)

§

fn exit_grid_row_start_style_value(&mut self, _rule: &GridRowStartStyleValue)

§

fn visit_rest_style_value(&mut self, _rule: &RestStyleValue)

§

fn exit_rest_style_value(&mut self, _rule: &RestStyleValue)

§

fn visit_voice_balance_style_value(&mut self, _rule: &VoiceBalanceStyleValue)

§

fn exit_voice_balance_style_value(&mut self, _rule: &VoiceBalanceStyleValue)

§

fn visit_border_clip_style_value<'a>( &mut self, _rule: &BorderClipStyleValue<'a>, )

§

fn exit_border_clip_style_value<'a>(&mut self, _rule: &BorderClipStyleValue<'a>)

§

fn visit_easing_function<'a>(&mut self, _rule: &EasingFunction<'a>)

§

fn exit_easing_function<'a>(&mut self, _rule: &EasingFunction<'a>)

§

fn visit_webkit_any_functional_pseudo_class<'a>( &mut self, _rule: &WebkitAnyFunctionalPseudoClass<'a>, )

§

fn exit_webkit_any_functional_pseudo_class<'a>( &mut self, _rule: &WebkitAnyFunctionalPseudoClass<'a>, )

§

fn visit_none_or<T>(&mut self, _rule: &NoneOr<T>)

§

fn exit_none_or<T>(&mut self, _rule: &NoneOr<T>)

§

fn visit_footnote_display_style_value( &mut self, _rule: &FootnoteDisplayStyleValue, )

§

fn exit_footnote_display_style_value( &mut self, _rule: &FootnoteDisplayStyleValue, )

§

fn visit_namespace(&mut self, _rule: &Namespace)

§

fn exit_namespace(&mut self, _rule: &Namespace)

§

fn visit_color_gamut_media_feature_keyword( &mut self, _rule: &ColorGamutMediaFeatureKeyword, )

§

fn exit_color_gamut_media_feature_keyword( &mut self, _rule: &ColorGamutMediaFeatureKeyword, )

§

fn visit_scalex_function(&mut self, _rule: &ScalexFunction)

§

fn exit_scalex_function(&mut self, _rule: &ScalexFunction)

§

fn visit_prefix_style_value<'a>(&mut self, _rule: &PrefixStyleValue<'a>)

§

fn exit_prefix_style_value<'a>(&mut self, _rule: &PrefixStyleValue<'a>)

§

fn visit_system_style_value(&mut self, _rule: &SystemStyleValue)

§

fn exit_system_style_value(&mut self, _rule: &SystemStyleValue)

§

fn visit_moz_touch_enabled_media_feature( &mut self, _rule: &MozTouchEnabledMediaFeature, )

§

fn exit_moz_touch_enabled_media_feature( &mut self, _rule: &MozTouchEnabledMediaFeature, )

§

fn visit_border_block_start_color_style_value<'a>( &mut self, _rule: &BorderBlockStartColorStyleValue<'a>, )

§

fn exit_border_block_start_color_style_value<'a>( &mut self, _rule: &BorderBlockStartColorStyleValue<'a>, )

§

fn visit_border_left_width_style_value( &mut self, _rule: &BorderLeftWidthStyleValue, )

§

fn exit_border_left_width_style_value( &mut self, _rule: &BorderLeftWidthStyleValue, )

§

fn visit_reading_order_style_value(&mut self, _rule: &ReadingOrderStyleValue)

§

fn exit_reading_order_style_value(&mut self, _rule: &ReadingOrderStyleValue)

§

fn visit_font_size_style_value(&mut self, _rule: &FontSizeStyleValue)

§

fn exit_font_size_style_value(&mut self, _rule: &FontSizeStyleValue)

§

fn visit_block_step_align_style_value( &mut self, _rule: &BlockStepAlignStyleValue, )

§

fn exit_block_step_align_style_value( &mut self, _rule: &BlockStepAlignStyleValue, )

§

fn visit_string_function(&mut self, _rule: &StringFunction)

§

fn exit_string_function(&mut self, _rule: &StringFunction)

§

fn visit_stroke_dash_corner_style_value( &mut self, _rule: &StrokeDashCornerStyleValue, )

§

fn exit_stroke_dash_corner_style_value( &mut self, _rule: &StrokeDashCornerStyleValue, )

§

fn visit_gap_style_value(&mut self, _rule: &GapStyleValue)

§

fn exit_gap_style_value(&mut self, _rule: &GapStyleValue)

§

fn visit_stroke_dashoffset_style_value( &mut self, _rule: &StrokeDashoffsetStyleValue, )

§

fn exit_stroke_dashoffset_style_value( &mut self, _rule: &StrokeDashoffsetStyleValue, )

§

fn visit_speak_style_value(&mut self, _rule: &SpeakStyleValue)

§

fn exit_speak_style_value(&mut self, _rule: &SpeakStyleValue)

§

fn visit_forced_color_adjust_style_value( &mut self, _rule: &ForcedColorAdjustStyleValue, )

§

fn exit_forced_color_adjust_style_value( &mut self, _rule: &ForcedColorAdjustStyleValue, )

§

fn visit_moz_maemo_classic_media_feature( &mut self, _rule: &MozMaemoClassicMediaFeature, )

§

fn exit_moz_maemo_classic_media_feature( &mut self, _rule: &MozMaemoClassicMediaFeature, )

§

fn visit_column_rule_inset_end_style_value( &mut self, _rule: &ColumnRuleInsetEndStyleValue, )

§

fn exit_column_rule_inset_end_style_value( &mut self, _rule: &ColumnRuleInsetEndStyleValue, )

§

fn visit_single_transition<'a>(&mut self, _rule: &SingleTransition<'a>)

§

fn exit_single_transition<'a>(&mut self, _rule: &SingleTransition<'a>)

§

fn visit_nth_last_col_pseudo_function( &mut self, _rule: &NthLastColPseudoFunction, )

§

fn exit_nth_last_col_pseudo_function( &mut self, _rule: &NthLastColPseudoFunction, )

§

fn visit_min_inline_size_style_value(&mut self, _rule: &MinInlineSizeStyleValue)

§

fn exit_min_inline_size_style_value(&mut self, _rule: &MinInlineSizeStyleValue)

§

fn visit_break_inside_style_value(&mut self, _rule: &BreakInsideStyleValue)

§

fn exit_break_inside_style_value(&mut self, _rule: &BreakInsideStyleValue)

§

fn visit_flex_flow_style_value(&mut self, _rule: &FlexFlowStyleValue)

§

fn exit_flex_flow_style_value(&mut self, _rule: &FlexFlowStyleValue)

§

fn visit_overflow_clip_margin_inline_start_style_value( &mut self, _rule: &OverflowClipMarginInlineStartStyleValue, )

§

fn exit_overflow_clip_margin_inline_start_style_value( &mut self, _rule: &OverflowClipMarginInlineStartStyleValue, )

§

fn visit_stroke_linecap_style_value(&mut self, _rule: &StrokeLinecapStyleValue)

§

fn exit_stroke_linecap_style_value(&mut self, _rule: &StrokeLinecapStyleValue)

§

fn visit_voice_stress_style_value(&mut self, _rule: &VoiceStressStyleValue)

§

fn exit_voice_stress_style_value(&mut self, _rule: &VoiceStressStyleValue)

§

fn visit_nav_controls_media_feature(&mut self, _rule: &NavControlsMediaFeature)

§

fn exit_nav_controls_media_feature(&mut self, _rule: &NavControlsMediaFeature)

§

fn visit_page_rule_block<'a>(&mut self, _rule: &PageRuleBlock<'a>)

§

fn exit_page_rule_block<'a>(&mut self, _rule: &PageRuleBlock<'a>)

§

fn visit_corner_bottom_shape_style_value( &mut self, _rule: &CornerBottomShapeStyleValue, )

§

fn exit_corner_bottom_shape_style_value( &mut self, _rule: &CornerBottomShapeStyleValue, )

§

fn visit_border_inline_start_style_value( &mut self, _rule: &BorderInlineStartStyleValue, )

§

fn exit_border_inline_start_style_value( &mut self, _rule: &BorderInlineStartStyleValue, )

§

fn visit_overflow_clip_margin_left_style_value( &mut self, _rule: &OverflowClipMarginLeftStyleValue, )

§

fn exit_overflow_clip_margin_left_style_value( &mut self, _rule: &OverflowClipMarginLeftStyleValue, )

§

fn visit_color_gamut_media_feature(&mut self, _rule: &ColorGamutMediaFeature)

§

fn exit_color_gamut_media_feature(&mut self, _rule: &ColorGamutMediaFeature)

§

fn visit_timeline_scope_style_value<'a>( &mut self, _rule: &TimelineScopeStyleValue<'a>, )

§

fn exit_timeline_scope_style_value<'a>( &mut self, _rule: &TimelineScopeStyleValue<'a>, )

§

fn visit_starting_style_rule_block<'a>( &mut self, _rule: &StartingStyleRuleBlock<'a>, )

§

fn exit_starting_style_rule_block<'a>( &mut self, _rule: &StartingStyleRuleBlock<'a>, )

§

fn visit_scroll_padding_bottom_style_value( &mut self, _rule: &ScrollPaddingBottomStyleValue, )

§

fn exit_scroll_padding_bottom_style_value( &mut self, _rule: &ScrollPaddingBottomStyleValue, )

§

fn visit_radial_shape(&mut self, _rule: &RadialShape)

§

fn exit_radial_shape(&mut self, _rule: &RadialShape)

§

fn visit_width_media_feature(&mut self, _rule: &WidthMediaFeature)

§

fn exit_width_media_feature(&mut self, _rule: &WidthMediaFeature)

§

fn visit_radial_extent(&mut self, _rule: &RadialExtent)

§

fn exit_radial_extent(&mut self, _rule: &RadialExtent)

§

fn visit_length_percentage(&mut self, _rule: &LengthPercentage)

§

fn exit_length_percentage(&mut self, _rule: &LengthPercentage)

§

fn visit_transition_duration_style_value<'a>( &mut self, _rule: &TransitionDurationStyleValue<'a>, )

§

fn exit_transition_duration_style_value<'a>( &mut self, _rule: &TransitionDurationStyleValue<'a>, )

§

fn visit_scroll_padding_block_style_value( &mut self, _rule: &ScrollPaddingBlockStyleValue, )

§

fn exit_scroll_padding_block_style_value( &mut self, _rule: &ScrollPaddingBlockStyleValue, )

§

fn visit_line_padding_style_value(&mut self, _rule: &LinePaddingStyleValue)

§

fn exit_line_padding_style_value(&mut self, _rule: &LinePaddingStyleValue)

§

fn visit_calc_size_function(&mut self, _rule: &CalcSizeFunction)

§

fn exit_calc_size_function(&mut self, _rule: &CalcSizeFunction)

§

fn visit_moz_pseudo_class(&mut self, _rule: &MozPseudoClass)

§

fn exit_moz_pseudo_class(&mut self, _rule: &MozPseudoClass)

§

fn visit_corner_shape_style_value(&mut self, _rule: &CornerShapeStyleValue)

§

fn exit_corner_shape_style_value(&mut self, _rule: &CornerShapeStyleValue)

§

fn visit_text_decoration_skip_ink_style_value( &mut self, _rule: &TextDecorationSkipInkStyleValue, )

§

fn exit_text_decoration_skip_ink_style_value( &mut self, _rule: &TextDecorationSkipInkStyleValue, )

§

fn visit_supports_feature<'a>(&mut self, _rule: &SupportsFeature<'a>)

§

fn exit_supports_feature<'a>(&mut self, _rule: &SupportsFeature<'a>)

§

fn visit_cursor_style_value<'a>(&mut self, _rule: &CursorStyleValue<'a>)

§

fn exit_cursor_style_value<'a>(&mut self, _rule: &CursorStyleValue<'a>)

§

fn visit_border_right_color_style_value<'a>( &mut self, _rule: &BorderRightColorStyleValue<'a>, )

§

fn exit_border_right_color_style_value<'a>( &mut self, _rule: &BorderRightColorStyleValue<'a>, )

§

fn visit_compound_selector<'a>(&mut self, _rule: &CompoundSelector<'a>)

§

fn exit_compound_selector<'a>(&mut self, _rule: &CompoundSelector<'a>)

§

fn visit_padding_bottom_style_value(&mut self, _rule: &PaddingBottomStyleValue)

§

fn exit_padding_bottom_style_value(&mut self, _rule: &PaddingBottomStyleValue)

§

fn visit_wrap_flow_style_value(&mut self, _rule: &WrapFlowStyleValue)

§

fn exit_wrap_flow_style_value(&mut self, _rule: &WrapFlowStyleValue)

§

fn visit_block_step_style_value(&mut self, _rule: &BlockStepStyleValue)

§

fn exit_block_step_style_value(&mut self, _rule: &BlockStepStyleValue)

§

fn visit_fill_origin_style_value(&mut self, _rule: &FillOriginStyleValue)

§

fn exit_fill_origin_style_value(&mut self, _rule: &FillOriginStyleValue)

§

fn visit_font_variant_emoji_style_value( &mut self, _rule: &FontVariantEmojiStyleValue, )

§

fn exit_font_variant_emoji_style_value( &mut self, _rule: &FontVariantEmojiStyleValue, )

§

fn visit_overflow_clip_margin_bottom_style_value( &mut self, _rule: &OverflowClipMarginBottomStyleValue, )

§

fn exit_overflow_clip_margin_bottom_style_value( &mut self, _rule: &OverflowClipMarginBottomStyleValue, )

§

fn visit_animation_range_style_value<'a>( &mut self, _rule: &AnimationRangeStyleValue<'a>, )

§

fn exit_animation_range_style_value<'a>( &mut self, _rule: &AnimationRangeStyleValue<'a>, )

§

fn visit_inset_inline_style_value(&mut self, _rule: &InsetInlineStyleValue)

§

fn exit_inset_inline_style_value(&mut self, _rule: &InsetInlineStyleValue)

§

fn visit_pointer_media_feature(&mut self, _rule: &PointerMediaFeature)

§

fn exit_pointer_media_feature(&mut self, _rule: &PointerMediaFeature)

§

fn visit_media_query_list<'a>(&mut self, _rule: &MediaQueryList<'a>)

§

fn exit_media_query_list<'a>(&mut self, _rule: &MediaQueryList<'a>)

§

fn visit_background_size_style_value<'a>( &mut self, _rule: &BackgroundSizeStyleValue<'a>, )

§

fn exit_background_size_style_value<'a>( &mut self, _rule: &BackgroundSizeStyleValue<'a>, )

§

fn visit_column_rule_color_style_value( &mut self, _rule: &ColumnRuleColorStyleValue, )

§

fn exit_column_rule_color_style_value( &mut self, _rule: &ColumnRuleColorStyleValue, )

§

fn visit_moz_device_pixel_ratio_media_feature( &mut self, _rule: &MozDevicePixelRatioMediaFeature, )

§

fn exit_moz_device_pixel_ratio_media_feature( &mut self, _rule: &MozDevicePixelRatioMediaFeature, )

§

fn visit_visual_box(&mut self, _rule: &VisualBox)

§

fn exit_visual_box(&mut self, _rule: &VisualBox)

§

fn visit_padding_block_end_style_value( &mut self, _rule: &PaddingBlockEndStyleValue, )

§

fn exit_padding_block_end_style_value( &mut self, _rule: &PaddingBlockEndStyleValue, )

§

fn visit_scripting_media_feature_keyword( &mut self, _rule: &ScriptingMediaFeatureKeyword, )

§

fn exit_scripting_media_feature_keyword( &mut self, _rule: &ScriptingMediaFeatureKeyword, )

§

fn visit_moz_locale_dir_functional_pseudo_class( &mut self, _rule: &MozLocaleDirFunctionalPseudoClass, )

§

fn exit_moz_locale_dir_functional_pseudo_class( &mut self, _rule: &MozLocaleDirFunctionalPseudoClass, )

§

fn visit_view_transition_name_style_value( &mut self, _rule: &ViewTransitionNameStyleValue, )

§

fn exit_view_transition_name_style_value( &mut self, _rule: &ViewTransitionNameStyleValue, )

§

fn visit_rule_break_style_value(&mut self, _rule: &RuleBreakStyleValue)

§

fn exit_rule_break_style_value(&mut self, _rule: &RuleBreakStyleValue)

§

fn visit_scroll_padding_block_end_style_value( &mut self, _rule: &ScrollPaddingBlockEndStyleValue, )

§

fn exit_scroll_padding_block_end_style_value( &mut self, _rule: &ScrollPaddingBlockEndStyleValue, )

§

fn visit_overflow_clip_margin_right_style_value( &mut self, _rule: &OverflowClipMarginRightStyleValue, )

§

fn exit_overflow_clip_margin_right_style_value( &mut self, _rule: &OverflowClipMarginRightStyleValue, )

§

fn visit_position_anchor_style_value( &mut self, _rule: &PositionAnchorStyleValue, )

§

fn exit_position_anchor_style_value(&mut self, _rule: &PositionAnchorStyleValue)

§

fn visit_offset_position_style_value( &mut self, _rule: &OffsetPositionStyleValue, )

§

fn exit_offset_position_style_value(&mut self, _rule: &OffsetPositionStyleValue)

§

fn visit_stroke_miterlimit_style_value( &mut self, _rule: &StrokeMiterlimitStyleValue, )

§

fn exit_stroke_miterlimit_style_value( &mut self, _rule: &StrokeMiterlimitStyleValue, )

§

fn visit_snap_block_function(&mut self, _rule: &SnapBlockFunction)

§

fn exit_snap_block_function(&mut self, _rule: &SnapBlockFunction)

§

fn visit_corner_start_end_shape_style_value( &mut self, _rule: &CornerStartEndShapeStyleValue, )

§

fn exit_corner_start_end_shape_style_value( &mut self, _rule: &CornerStartEndShapeStyleValue, )

§

fn visit_media_rule_block<'a>(&mut self, _rule: &MediaRuleBlock<'a>)

§

fn exit_media_rule_block<'a>(&mut self, _rule: &MediaRuleBlock<'a>)

§

fn visit_event_trigger_name_style_value<'a>( &mut self, _rule: &EventTriggerNameStyleValue<'a>, )

§

fn exit_event_trigger_name_style_value<'a>( &mut self, _rule: &EventTriggerNameStyleValue<'a>, )

§

fn visit_media_query<'a>(&mut self, _rule: &MediaQuery<'a>)

§

fn exit_media_query<'a>(&mut self, _rule: &MediaQuery<'a>)

§

fn visit_comma_or_slash(&mut self, _rule: &CommaOrSlash)

§

fn exit_comma_or_slash(&mut self, _rule: &CommaOrSlash)

§

fn visit_border_bottom_clip_style_value<'a>( &mut self, _rule: &BorderBottomClipStyleValue<'a>, )

§

fn exit_border_bottom_clip_style_value<'a>( &mut self, _rule: &BorderBottomClipStyleValue<'a>, )

§

fn visit_border_block_end_width_style_value( &mut self, _rule: &BorderBlockEndWidthStyleValue, )

§

fn exit_border_block_end_width_style_value( &mut self, _rule: &BorderBlockEndWidthStyleValue, )

§

fn visit_color_index_media_feature(&mut self, _rule: &ColorIndexMediaFeature)

§

fn exit_color_index_media_feature(&mut self, _rule: &ColorIndexMediaFeature)

§

fn visit_single_animation_fill_mode(&mut self, _rule: &SingleAnimationFillMode)

§

fn exit_single_animation_fill_mode(&mut self, _rule: &SingleAnimationFillMode)

§

fn visit_monochrome_media_feature(&mut self, _rule: &MonochromeMediaFeature)

§

fn exit_monochrome_media_feature(&mut self, _rule: &MonochromeMediaFeature)

§

fn visit_animation_delay_style_value<'a>( &mut self, _rule: &AnimationDelayStyleValue<'a>, )

§

fn exit_animation_delay_style_value<'a>( &mut self, _rule: &AnimationDelayStyleValue<'a>, )

§

fn visit_import_layer<'a>(&mut self, _rule: &ImportLayer<'a>)

§

fn exit_import_layer<'a>(&mut self, _rule: &ImportLayer<'a>)

§

fn visit_scroll_margin_inline_style_value( &mut self, _rule: &ScrollMarginInlineStyleValue, )

§

fn exit_scroll_margin_inline_style_value( &mut self, _rule: &ScrollMarginInlineStyleValue, )

§

fn visit_text_emphasis_skip_style_value( &mut self, _rule: &TextEmphasisSkipStyleValue, )

§

fn exit_text_emphasis_skip_style_value( &mut self, _rule: &TextEmphasisSkipStyleValue, )

§

fn visit_float_style_value(&mut self, _rule: &FloatStyleValue)

§

fn exit_float_style_value(&mut self, _rule: &FloatStyleValue)

§

fn visit_starting_style_rule<'a>(&mut self, _rule: &StartingStyleRule<'a>)

§

fn exit_starting_style_rule<'a>(&mut self, _rule: &StartingStyleRule<'a>)

§

fn visit_supports_rule_block<'a>(&mut self, _rule: &SupportsRuleBlock<'a>)

§

fn exit_supports_rule_block<'a>(&mut self, _rule: &SupportsRuleBlock<'a>)

§

fn visit_break_before_style_value(&mut self, _rule: &BreakBeforeStyleValue)

§

fn exit_break_before_style_value(&mut self, _rule: &BreakBeforeStyleValue)

§

fn visit_user_select_style_value(&mut self, _rule: &UserSelectStyleValue)

§

fn exit_user_select_style_value(&mut self, _rule: &UserSelectStyleValue)

§

fn visit_font_kerning_style_value(&mut self, _rule: &FontKerningStyleValue)

§

fn exit_font_kerning_style_value(&mut self, _rule: &FontKerningStyleValue)

§

fn visit_document_rule_block<'a>(&mut self, _rule: &DocumentRuleBlock<'a>)

§

fn exit_document_rule_block<'a>(&mut self, _rule: &DocumentRuleBlock<'a>)

§

fn visit_scroll_snap_align_style_value( &mut self, _rule: &ScrollSnapAlignStyleValue, )

§

fn exit_scroll_snap_align_style_value( &mut self, _rule: &ScrollSnapAlignStyleValue, )

§

fn visit_wrap_after_style_value(&mut self, _rule: &WrapAfterStyleValue)

§

fn exit_wrap_after_style_value(&mut self, _rule: &WrapAfterStyleValue)

§

fn visit_target_counters_function<'a>( &mut self, _rule: &TargetCountersFunction<'a>, )

§

fn exit_target_counters_function<'a>( &mut self, _rule: &TargetCountersFunction<'a>, )

§

fn visit_overflow_position(&mut self, _rule: &OverflowPosition)

§

fn exit_overflow_position(&mut self, _rule: &OverflowPosition)

§

fn visit_flex(&mut self, _rule: &Flex)

§

fn exit_flex(&mut self, _rule: &Flex)

§

fn visit_align_content_style_value(&mut self, _rule: &AlignContentStyleValue)

§

fn exit_align_content_style_value(&mut self, _rule: &AlignContentStyleValue)

§

fn visit_border_image_outset_style_value( &mut self, _rule: &BorderImageOutsetStyleValue, )

§

fn exit_border_image_outset_style_value( &mut self, _rule: &BorderImageOutsetStyleValue, )

§

fn visit_cubic_bezier_function(&mut self, _rule: &CubicBezierFunction)

§

fn exit_cubic_bezier_function(&mut self, _rule: &CubicBezierFunction)

§

fn visit_image<'a>(&mut self, _rule: &Image<'a>)

§

fn exit_image<'a>(&mut self, _rule: &Image<'a>)

§

fn visit_matrix3d_function(&mut self, _rule: &Matrix3dFunction)

§

fn exit_matrix3d_function(&mut self, _rule: &Matrix3dFunction)

§

fn visit_named_direction(&mut self, _rule: &NamedDirection)

§

fn exit_named_direction(&mut self, _rule: &NamedDirection)

§

fn visit_font_synthesis_style_style_value( &mut self, _rule: &FontSynthesisStyleStyleValue, )

§

fn exit_font_synthesis_style_style_value( &mut self, _rule: &FontSynthesisStyleStyleValue, )

§

fn visit_single_animation_timeline(&mut self, _rule: &SingleAnimationTimeline)

§

fn exit_single_animation_timeline(&mut self, _rule: &SingleAnimationTimeline)

§

fn visit_baseline_shift_style_value(&mut self, _rule: &BaselineShiftStyleValue)

§

fn exit_baseline_shift_style_value(&mut self, _rule: &BaselineShiftStyleValue)

§

fn visit_tag(&mut self, _rule: &Tag)

§

fn exit_tag(&mut self, _rule: &Tag)

§

fn visit_font_weight_absolute(&mut self, _rule: &FontWeightAbsolute)

§

fn exit_font_weight_absolute(&mut self, _rule: &FontWeightAbsolute)

§

fn visit_skewy_function(&mut self, _rule: &SkewyFunction)

§

fn exit_skewy_function(&mut self, _rule: &SkewyFunction)

§

fn visit_matrix_function(&mut self, _rule: &MatrixFunction)

§

fn exit_matrix_function(&mut self, _rule: &MatrixFunction)

§

fn visit_overflow_clip_margin_block_end_style_value( &mut self, _rule: &OverflowClipMarginBlockEndStyleValue, )

§

fn exit_overflow_clip_margin_block_end_style_value( &mut self, _rule: &OverflowClipMarginBlockEndStyleValue, )

§

fn visit_pointer_media_feature_keyword( &mut self, _rule: &PointerMediaFeatureKeyword, )

§

fn exit_pointer_media_feature_keyword( &mut self, _rule: &PointerMediaFeatureKeyword, )

§

fn visit_css_int(&mut self, _rule: &CSSInt)

§

fn exit_css_int(&mut self, _rule: &CSSInt)

§

fn visit_order_style_value(&mut self, _rule: &OrderStyleValue)

§

fn exit_order_style_value(&mut self, _rule: &OrderStyleValue)

§

fn visit_initial_letter_wrap_style_value( &mut self, _rule: &InitialLetterWrapStyleValue, )

§

fn exit_initial_letter_wrap_style_value( &mut self, _rule: &InitialLetterWrapStyleValue, )

§

fn visit_combinator(&mut self, _rule: &Combinator)

§

fn exit_combinator(&mut self, _rule: &Combinator)

§

fn visit_compat_special(&mut self, _rule: &CompatSpecial)

§

fn exit_compat_special(&mut self, _rule: &CompatSpecial)

§

fn visit_corner_top_shape_style_value( &mut self, _rule: &CornerTopShapeStyleValue, )

§

fn exit_corner_top_shape_style_value( &mut self, _rule: &CornerTopShapeStyleValue, )

§

fn visit_class(&mut self, _rule: &Class)

§

fn exit_class(&mut self, _rule: &Class)

§

fn visit_anchor_name(&mut self, _rule: &AnchorName)

§

fn exit_anchor_name(&mut self, _rule: &AnchorName)

§

fn visit_border_inline_end_style_value( &mut self, _rule: &BorderInlineEndStyleValue, )

§

fn exit_border_inline_end_style_value( &mut self, _rule: &BorderInlineEndStyleValue, )

§

fn visit_display_style_value(&mut self, _rule: &DisplayStyleValue)

§

fn exit_display_style_value(&mut self, _rule: &DisplayStyleValue)

§

fn visit_page_style_value(&mut self, _rule: &PageStyleValue)

§

fn exit_page_style_value(&mut self, _rule: &PageStyleValue)

§

fn visit_scroll_state_query<'a>(&mut self, _rule: &ScrollStateQuery<'a>)

§

fn exit_scroll_state_query<'a>(&mut self, _rule: &ScrollStateQuery<'a>)

§

fn visit_object_position_style_value( &mut self, _rule: &ObjectPositionStyleValue, )

§

fn exit_object_position_style_value(&mut self, _rule: &ObjectPositionStyleValue)

§

fn visit_color_adjust_style_value(&mut self, _rule: &ColorAdjustStyleValue)

§

fn exit_color_adjust_style_value(&mut self, _rule: &ColorAdjustStyleValue)

§

fn visit_border_inline_end_color_style_value<'a>( &mut self, _rule: &BorderInlineEndColorStyleValue<'a>, )

§

fn exit_border_inline_end_color_style_value<'a>( &mut self, _rule: &BorderInlineEndColorStyleValue<'a>, )

§

fn visit_font_face_rule<'a>(&mut self, _rule: &FontFaceRule<'a>)

§

fn exit_font_face_rule<'a>(&mut self, _rule: &FontFaceRule<'a>)

§

fn visit_layer_rule_block<'a>(&mut self, _rule: &LayerRuleBlock<'a>)

§

fn exit_layer_rule_block<'a>(&mut self, _rule: &LayerRuleBlock<'a>)

§

fn visit_transition_property_style_value<'a>( &mut self, _rule: &TransitionPropertyStyleValue<'a>, )

§

fn exit_transition_property_style_value<'a>( &mut self, _rule: &TransitionPropertyStyleValue<'a>, )

§

fn visit_webkit_keyframes_rule<'a>(&mut self, _rule: &WebkitKeyframesRule<'a>)

§

fn exit_webkit_keyframes_rule<'a>(&mut self, _rule: &WebkitKeyframesRule<'a>)

§

fn visit_position_try_order_style_value( &mut self, _rule: &PositionTryOrderStyleValue, )

§

fn exit_position_try_order_style_value( &mut self, _rule: &PositionTryOrderStyleValue, )

§

fn visit_inline_size_style_value(&mut self, _rule: &InlineSizeStyleValue)

§

fn exit_inline_size_style_value(&mut self, _rule: &InlineSizeStyleValue)

§

fn visit_nav_controls_media_feature_keyword( &mut self, _rule: &NavControlsMediaFeatureKeyword, )

§

fn exit_nav_controls_media_feature_keyword( &mut self, _rule: &NavControlsMediaFeatureKeyword, )

§

fn visit_border_end_start_radius_style_value( &mut self, _rule: &BorderEndStartRadiusStyleValue, )

§

fn exit_border_end_start_radius_style_value( &mut self, _rule: &BorderEndStartRadiusStyleValue, )

§

fn visit_counter_style_rule_style_value<'a>( &mut self, _rule: &CounterStyleRuleStyleValue<'a>, )

§

fn exit_counter_style_rule_style_value<'a>( &mut self, _rule: &CounterStyleRuleStyleValue<'a>, )

§

fn visit_shape_image_threshold_style_value( &mut self, _rule: &ShapeImageThresholdStyleValue, )

§

fn exit_shape_image_threshold_style_value( &mut self, _rule: &ShapeImageThresholdStyleValue, )

§

fn visit_unknown_at_rule<'a>(&mut self, _rule: &UnknownAtRule<'a>)

§

fn exit_unknown_at_rule<'a>(&mut self, _rule: &UnknownAtRule<'a>)

§

fn visit_counter_style_rule_block<'a>( &mut self, _rule: &CounterStyleRuleBlock<'a>, )

§

fn exit_counter_style_rule_block<'a>( &mut self, _rule: &CounterStyleRuleBlock<'a>, )

§

fn visit_border_top_width_style_value( &mut self, _rule: &BorderTopWidthStyleValue, )

§

fn exit_border_top_width_style_value( &mut self, _rule: &BorderTopWidthStyleValue, )

§

fn visit_webkit_transform2d_media_feature( &mut self, _rule: &WebkitTransform2dMediaFeature, )

§

fn exit_webkit_transform2d_media_feature( &mut self, _rule: &WebkitTransform2dMediaFeature, )

§

fn visit_border_inline_start_width_style_value( &mut self, _rule: &BorderInlineStartWidthStyleValue, )

§

fn exit_border_inline_start_width_style_value( &mut self, _rule: &BorderInlineStartWidthStyleValue, )

§

fn visit_inset_block_start_style_value( &mut self, _rule: &InsetBlockStartStyleValue, )

§

fn exit_inset_block_start_style_value( &mut self, _rule: &InsetBlockStartStyleValue, )

§

fn visit_aspect_ratio_container_feature( &mut self, _rule: &AspectRatioContainerFeature, )

§

fn exit_aspect_ratio_container_feature( &mut self, _rule: &AspectRatioContainerFeature, )

§

fn visit_webkit_pseudo_class(&mut self, _rule: &WebkitPseudoClass)

§

fn exit_webkit_pseudo_class(&mut self, _rule: &WebkitPseudoClass)

§

fn visit_content_list_item<'a>(&mut self, _rule: &ContentListItem<'a>)

§

fn exit_content_list_item<'a>(&mut self, _rule: &ContentListItem<'a>)

§

fn visit_mask_repeat_style_value<'a>( &mut self, _rule: &MaskRepeatStyleValue<'a>, )

§

fn exit_mask_repeat_style_value<'a>(&mut self, _rule: &MaskRepeatStyleValue<'a>)

§

fn visit_inset_style_value(&mut self, _rule: &InsetStyleValue)

§

fn exit_inset_style_value(&mut self, _rule: &InsetStyleValue)

§

fn visit_webkit_functional_pseudo_element<'a>( &mut self, _rule: &WebkitFunctionalPseudoElement<'a>, )

§

fn exit_webkit_functional_pseudo_element<'a>( &mut self, _rule: &WebkitFunctionalPseudoElement<'a>, )

§

fn visit_caret_animation_style_value( &mut self, _rule: &CaretAnimationStyleValue, )

§

fn exit_caret_animation_style_value(&mut self, _rule: &CaretAnimationStyleValue)

§

fn visit_block_size_container_feature( &mut self, _rule: &BlockSizeContainerFeature, )

§

fn exit_block_size_container_feature( &mut self, _rule: &BlockSizeContainerFeature, )

§

fn visit_margin_rule_block<'a>(&mut self, _rule: &MarginRuleBlock<'a>)

§

fn exit_margin_rule_block<'a>(&mut self, _rule: &MarginRuleBlock<'a>)

§

fn visit_width_style_value(&mut self, _rule: &WidthStyleValue)

§

fn exit_width_style_value(&mut self, _rule: &WidthStyleValue)

§

fn visit_hyphenate_limit_zone_style_value( &mut self, _rule: &HyphenateLimitZoneStyleValue, )

§

fn exit_hyphenate_limit_zone_style_value( &mut self, _rule: &HyphenateLimitZoneStyleValue, )

§

fn visit_property_prelude(&mut self, _rule: &PropertyPrelude)

§

fn exit_property_prelude(&mut self, _rule: &PropertyPrelude)

§

fn visit_auto_or<T>(&mut self, _rule: &AutoOr<T>)

§

fn exit_auto_or<T>(&mut self, _rule: &AutoOr<T>)

§

fn visit_oklch_function(&mut self, _rule: &OklchFunction)

§

fn exit_oklch_function(&mut self, _rule: &OklchFunction)

§

fn visit_state_pseudo_function(&mut self, _rule: &StatePseudoFunction)

§

fn exit_state_pseudo_function(&mut self, _rule: &StatePseudoFunction)

§

fn visit_interpolate_size_style_value( &mut self, _rule: &InterpolateSizeStyleValue, )

§

fn exit_interpolate_size_style_value( &mut self, _rule: &InterpolateSizeStyleValue, )

§

fn visit_scan_media_feature_keyword(&mut self, _rule: &ScanMediaFeatureKeyword)

§

fn exit_scan_media_feature_keyword(&mut self, _rule: &ScanMediaFeatureKeyword)

§

fn visit_input_security_style_value(&mut self, _rule: &InputSecurityStyleValue)

§

fn exit_input_security_style_value(&mut self, _rule: &InputSecurityStyleValue)

§

fn visit_line_style(&mut self, _rule: &LineStyle)

§

fn exit_line_style(&mut self, _rule: &LineStyle)

§

fn visit_block_step_size_style_value(&mut self, _rule: &BlockStepSizeStyleValue)

§

fn exit_block_step_size_style_value(&mut self, _rule: &BlockStepSizeStyleValue)

§

fn visit_text_size_adjust_style_value( &mut self, _rule: &TextSizeAdjustStyleValue, )

§

fn exit_text_size_adjust_style_value( &mut self, _rule: &TextSizeAdjustStyleValue, )

§

fn visit_border_top_color_style_value<'a>( &mut self, _rule: &BorderTopColorStyleValue<'a>, )

§

fn exit_border_top_color_style_value<'a>( &mut self, _rule: &BorderTopColorStyleValue<'a>, )

§

fn visit_border_inline_end_width_style_value( &mut self, _rule: &BorderInlineEndWidthStyleValue, )

§

fn exit_border_inline_end_width_style_value( &mut self, _rule: &BorderInlineEndWidthStyleValue, )

§

fn visit_prefers_reduced_transparency_media_feature_keyword( &mut self, _rule: &PrefersReducedTransparencyMediaFeatureKeyword, )

§

fn exit_prefers_reduced_transparency_media_feature_keyword( &mut self, _rule: &PrefersReducedTransparencyMediaFeatureKeyword, )

§

fn visit_overflow_clip_margin_top_style_value( &mut self, _rule: &OverflowClipMarginTopStyleValue, )

§

fn exit_overflow_clip_margin_top_style_value( &mut self, _rule: &OverflowClipMarginTopStyleValue, )

§

fn visit_transform_style_value<'a>(&mut self, _rule: &TransformStyleValue<'a>)

§

fn exit_transform_style_value<'a>(&mut self, _rule: &TransformStyleValue<'a>)

§

fn visit_repeating_radial_gradient_function<'a>( &mut self, _rule: &RepeatingRadialGradientFunction<'a>, )

§

fn exit_repeating_radial_gradient_function<'a>( &mut self, _rule: &RepeatingRadialGradientFunction<'a>, )

§

fn visit_o_pseudo_class(&mut self, _rule: &OPseudoClass)

§

fn exit_o_pseudo_class(&mut self, _rule: &OPseudoClass)

§

fn visit_display_listitem_inside(&mut self, _rule: &DisplayListitemInside)

§

fn exit_display_listitem_inside(&mut self, _rule: &DisplayListitemInside)

§

fn visit_prefers_reduced_transparency_media_feature( &mut self, _rule: &PrefersReducedTransparencyMediaFeature, )

§

fn exit_prefers_reduced_transparency_media_feature( &mut self, _rule: &PrefersReducedTransparencyMediaFeature, )

§

fn visit_scroll_margin_inline_end_style_value( &mut self, _rule: &ScrollMarginInlineEndStyleValue, )

§

fn exit_scroll_margin_inline_end_style_value( &mut self, _rule: &ScrollMarginInlineEndStyleValue, )

§

fn visit_appearance_style_value(&mut self, _rule: &AppearanceStyleValue)

§

fn exit_appearance_style_value(&mut self, _rule: &AppearanceStyleValue)

§

fn visit_view_timeline_name_style_value<'a>( &mut self, _rule: &ViewTimelineNameStyleValue<'a>, )

§

fn exit_view_timeline_name_style_value<'a>( &mut self, _rule: &ViewTimelineNameStyleValue<'a>, )

§

fn visit_scroll_padding_style_value(&mut self, _rule: &ScrollPaddingStyleValue)

§

fn exit_scroll_padding_style_value(&mut self, _rule: &ScrollPaddingStyleValue)

§

fn visit_percentage(&mut self, _rule: &Percentage)

§

fn exit_percentage(&mut self, _rule: &Percentage)

§

fn visit_corner_bottom_left_shape_style_value( &mut self, _rule: &CornerBottomLeftShapeStyleValue, )

§

fn exit_corner_bottom_left_shape_style_value( &mut self, _rule: &CornerBottomLeftShapeStyleValue, )

§

fn visit_namespace_rule(&mut self, _rule: &NamespaceRule)

§

fn exit_namespace_rule(&mut self, _rule: &NamespaceRule)

§

fn visit_inset_inline_end_style_value( &mut self, _rule: &InsetInlineEndStyleValue, )

§

fn exit_inset_inline_end_style_value( &mut self, _rule: &InsetInlineEndStyleValue, )

§

fn visit_zoom_style_value(&mut self, _rule: &ZoomStyleValue)

§

fn exit_zoom_style_value(&mut self, _rule: &ZoomStyleValue)

§

fn visit_color_function_color_params( &mut self, _rule: &ColorFunctionColorParams, )

§

fn exit_color_function_color_params(&mut self, _rule: &ColorFunctionColorParams)

§

fn visit_min_width_style_value(&mut self, _rule: &MinWidthStyleValue)

§

fn exit_min_width_style_value(&mut self, _rule: &MinWidthStyleValue)

§

fn visit_dir_pseudo_function(&mut self, _rule: &DirPseudoFunction)

§

fn exit_dir_pseudo_function(&mut self, _rule: &DirPseudoFunction)

§

fn visit_rgb_function_params(&mut self, _rule: &RgbFunctionParams)

§

fn exit_rgb_function_params(&mut self, _rule: &RgbFunctionParams)

§

fn visit_stroke_opacity_style_value(&mut self, _rule: &StrokeOpacityStyleValue)

§

fn exit_stroke_opacity_style_value(&mut self, _rule: &StrokeOpacityStyleValue)

§

fn visit_fill_repeat_style_value<'a>( &mut self, _rule: &FillRepeatStyleValue<'a>, )

§

fn exit_fill_repeat_style_value<'a>(&mut self, _rule: &FillRepeatStyleValue<'a>)

§

fn visit_column_span_style_value(&mut self, _rule: &ColumnSpanStyleValue)

§

fn exit_column_span_style_value(&mut self, _rule: &ColumnSpanStyleValue)

§

fn visit_text_function_content(&mut self, _rule: &TextFunctionContent)

§

fn exit_text_function_content(&mut self, _rule: &TextFunctionContent)

§

fn visit_snapped_scroll_state_feature_keyword( &mut self, _rule: &SnappedScrollStateFeatureKeyword, )

§

fn exit_snapped_scroll_state_feature_keyword( &mut self, _rule: &SnappedScrollStateFeatureKeyword, )

§

fn visit_scroll_padding_inline_end_style_value( &mut self, _rule: &ScrollPaddingInlineEndStyleValue, )

§

fn exit_scroll_padding_inline_end_style_value( &mut self, _rule: &ScrollPaddingInlineEndStyleValue, )

§

fn visit_repeat_style(&mut self, _rule: &RepeatStyle)

§

fn exit_repeat_style(&mut self, _rule: &RepeatStyle)

§

fn visit_fill_rule_style_value(&mut self, _rule: &FillRuleStyleValue)

§

fn exit_fill_rule_style_value(&mut self, _rule: &FillRuleStyleValue)

§

fn visit_background_repeat_block_style_value<'a>( &mut self, _rule: &BackgroundRepeatBlockStyleValue<'a>, )

§

fn exit_background_repeat_block_style_value<'a>( &mut self, _rule: &BackgroundRepeatBlockStyleValue<'a>, )

§

fn visit_line_fit_edge_style_value(&mut self, _rule: &LineFitEdgeStyleValue)

§

fn exit_line_fit_edge_style_value(&mut self, _rule: &LineFitEdgeStyleValue)

§

fn visit_overscroll_behavior_inline_style_value( &mut self, _rule: &OverscrollBehaviorInlineStyleValue, )

§

fn exit_overscroll_behavior_inline_style_value( &mut self, _rule: &OverscrollBehaviorInlineStyleValue, )

§

fn visit_image1d<'a>(&mut self, _rule: &Image1d<'a>)

§

fn exit_image1d<'a>(&mut self, _rule: &Image1d<'a>)

§

fn visit_text_group_align_style_value( &mut self, _rule: &TextGroupAlignStyleValue, )

§

fn exit_text_group_align_style_value( &mut self, _rule: &TextGroupAlignStyleValue, )

§

fn visit_nested_group_rule<'a>(&mut self, _rule: &NestedGroupRule<'a>)

§

fn exit_nested_group_rule<'a>(&mut self, _rule: &NestedGroupRule<'a>)

§

fn visit_rule_inset_end_style_value(&mut self, _rule: &RuleInsetEndStyleValue)

§

fn exit_rule_inset_end_style_value(&mut self, _rule: &RuleInsetEndStyleValue)

§

fn visit_column_rule_break_style_value( &mut self, _rule: &ColumnRuleBreakStyleValue, )

§

fn exit_column_rule_break_style_value( &mut self, _rule: &ColumnRuleBreakStyleValue, )

§

fn visit_rest_after_style_value(&mut self, _rule: &RestAfterStyleValue)

§

fn exit_rest_after_style_value(&mut self, _rule: &RestAfterStyleValue)

§

fn visit_grid_template_areas_style_value<'a>( &mut self, _rule: &GridTemplateAreasStyleValue<'a>, )

§

fn exit_grid_template_areas_style_value<'a>( &mut self, _rule: &GridTemplateAreasStyleValue<'a>, )

§

fn visit_transition_style_value<'a>(&mut self, _rule: &TransitionStyleValue<'a>)

§

fn exit_transition_style_value<'a>(&mut self, _rule: &TransitionStyleValue<'a>)

§

fn visit_superellipse_function(&mut self, _rule: &SuperellipseFunction)

§

fn exit_superellipse_function(&mut self, _rule: &SuperellipseFunction)

§

fn visit_html_non_conforming_tag(&mut self, _rule: &HtmlNonConformingTag)

§

fn exit_html_non_conforming_tag(&mut self, _rule: &HtmlNonConformingTag)

§

fn visit_direction_style_value(&mut self, _rule: &DirectionStyleValue)

§

fn exit_direction_style_value(&mut self, _rule: &DirectionStyleValue)

§

fn visit_column_fill_style_value(&mut self, _rule: &ColumnFillStyleValue)

§

fn exit_column_fill_style_value(&mut self, _rule: &ColumnFillStyleValue)

§

fn visit_column_rule_style_value(&mut self, _rule: &ColumnRuleStyleValue)

§

fn exit_column_rule_style_value(&mut self, _rule: &ColumnRuleStyleValue)

§

fn visit_caption_side_style_value(&mut self, _rule: &CaptionSideStyleValue)

§

fn exit_caption_side_style_value(&mut self, _rule: &CaptionSideStyleValue)

§

fn visit_padding_block_style_value(&mut self, _rule: &PaddingBlockStyleValue)

§

fn exit_padding_block_style_value(&mut self, _rule: &PaddingBlockStyleValue)

§

fn visit_text_align_all_style_value(&mut self, _rule: &TextAlignAllStyleValue)

§

fn exit_text_align_all_style_value(&mut self, _rule: &TextAlignAllStyleValue)

§

fn visit_ms_high_contrast_media_feature( &mut self, _rule: &MsHighContrastMediaFeature, )

§

fn exit_ms_high_contrast_media_feature( &mut self, _rule: &MsHighContrastMediaFeature, )

§

fn visit_steps_function(&mut self, _rule: &StepsFunction)

§

fn exit_steps_function(&mut self, _rule: &StepsFunction)

§

fn visit_border_block_start_style_style_value( &mut self, _rule: &BorderBlockStartStyleStyleValue, )

§

fn exit_border_block_start_style_style_value( &mut self, _rule: &BorderBlockStartStyleStyleValue, )

§

fn visit_border_block_end_style_value( &mut self, _rule: &BorderBlockEndStyleValue, )

§

fn exit_border_block_end_style_value( &mut self, _rule: &BorderBlockEndStyleValue, )

§

fn visit_alignment_baseline_style_value( &mut self, _rule: &AlignmentBaselineStyleValue, )

§

fn exit_alignment_baseline_style_value( &mut self, _rule: &AlignmentBaselineStyleValue, )

§

fn visit_overflow_clip_margin_inline_end_style_value( &mut self, _rule: &OverflowClipMarginInlineEndStyleValue, )

§

fn exit_overflow_clip_margin_inline_end_style_value( &mut self, _rule: &OverflowClipMarginInlineEndStyleValue, )

§

fn visit_widows_style_value(&mut self, _rule: &WidowsStyleValue)

§

fn exit_widows_style_value(&mut self, _rule: &WidowsStyleValue)

§

fn visit_overflow_clip_margin_block_start_style_value( &mut self, _rule: &OverflowClipMarginBlockStartStyleValue, )

§

fn exit_overflow_clip_margin_block_start_style_value( &mut self, _rule: &OverflowClipMarginBlockStartStyleValue, )

§

fn visit_view_timeline_axis_style_value<'a>( &mut self, _rule: &ViewTimelineAxisStyleValue<'a>, )

§

fn exit_view_timeline_axis_style_value<'a>( &mut self, _rule: &ViewTimelineAxisStyleValue<'a>, )

§

fn visit_scroll_margin_block_start_style_value( &mut self, _rule: &ScrollMarginBlockStartStyleValue, )

§

fn exit_scroll_margin_block_start_style_value( &mut self, _rule: &ScrollMarginBlockStartStyleValue, )

§

fn visit_moz_os_version_media_feature( &mut self, _rule: &MozOsVersionMediaFeature, )

§

fn exit_moz_os_version_media_feature( &mut self, _rule: &MozOsVersionMediaFeature, )

§

fn visit_highlight_pseudo_element(&mut self, _rule: &HighlightPseudoElement)

§

fn exit_highlight_pseudo_element(&mut self, _rule: &HighlightPseudoElement)

§

fn visit_ms_column_count_media_feature( &mut self, _rule: &MsColumnCountMediaFeature, )

§

fn exit_ms_column_count_media_feature( &mut self, _rule: &MsColumnCountMediaFeature, )

§

fn visit_transition_behavior_style_value<'a>( &mut self, _rule: &TransitionBehaviorStyleValue<'a>, )

§

fn exit_transition_behavior_style_value<'a>( &mut self, _rule: &TransitionBehaviorStyleValue<'a>, )

§

fn visit_position_horizontal_keyword( &mut self, _rule: &PositionHorizontalKeyword, )

§

fn exit_position_horizontal_keyword( &mut self, _rule: &PositionHorizontalKeyword, )

§

fn visit_scroll_padding_right_style_value( &mut self, _rule: &ScrollPaddingRightStyleValue, )

§

fn exit_scroll_padding_right_style_value( &mut self, _rule: &ScrollPaddingRightStyleValue, )

§

fn visit_margin_inline_style_value(&mut self, _rule: &MarginInlineStyleValue)

§

fn exit_margin_inline_style_value(&mut self, _rule: &MarginInlineStyleValue)

§

fn visit_import_supports_function<'a>( &mut self, _rule: &ImportSupportsFunction<'a>, )

§

fn exit_import_supports_function<'a>( &mut self, _rule: &ImportSupportsFunction<'a>, )

§

fn visit_column_gap_style_value(&mut self, _rule: &ColumnGapStyleValue)

§

fn exit_column_gap_style_value(&mut self, _rule: &ColumnGapStyleValue)

§

fn visit_margin_inline_start_style_value( &mut self, _rule: &MarginInlineStartStyleValue, )

§

fn exit_margin_inline_start_style_value( &mut self, _rule: &MarginInlineStartStyleValue, )

§

fn visit_symbols_function<'a>(&mut self, _rule: &SymbolsFunction<'a>)

§

fn exit_symbols_function<'a>(&mut self, _rule: &SymbolsFunction<'a>)

§

fn visit_outline_color_style_value<'a>( &mut self, _rule: &OutlineColorStyleValue<'a>, )

§

fn exit_outline_color_style_value<'a>( &mut self, _rule: &OutlineColorStyleValue<'a>, )

§

fn visit_border_inline_start_style_style_value( &mut self, _rule: &BorderInlineStartStyleStyleValue, )

§

fn exit_border_inline_start_style_style_value( &mut self, _rule: &BorderInlineStartStyleStyleValue, )

§

fn visit_html_tag(&mut self, _rule: &HtmlTag)

§

fn exit_html_tag(&mut self, _rule: &HtmlTag)

§

fn visit_transform_box_style_value(&mut self, _rule: &TransformBoxStyleValue)

§

fn exit_transform_box_style_value(&mut self, _rule: &TransformBoxStyleValue)

§

fn visit_corner_block_start_shape_style_value( &mut self, _rule: &CornerBlockStartShapeStyleValue, )

§

fn exit_corner_block_start_shape_style_value( &mut self, _rule: &CornerBlockStartShapeStyleValue, )

§

fn visit_counters_function<'a>(&mut self, _rule: &CountersFunction<'a>)

§

fn exit_counters_function<'a>(&mut self, _rule: &CountersFunction<'a>)

§

fn visit_opacity_style_value(&mut self, _rule: &OpacityStyleValue)

§

fn exit_opacity_style_value(&mut self, _rule: &OpacityStyleValue)

§

fn visit_skewx_function(&mut self, _rule: &SkewxFunction)

§

fn exit_skewx_function(&mut self, _rule: &SkewxFunction)

§

fn visit_transform_style_style_value( &mut self, _rule: &TransformStyleStyleValue, )

§

fn exit_transform_style_style_value(&mut self, _rule: &TransformStyleStyleValue)

§

fn visit_break_after_style_value(&mut self, _rule: &BreakAfterStyleValue)

§

fn exit_break_after_style_value(&mut self, _rule: &BreakAfterStyleValue)

§

fn visit_stroke_width_style_value<'a>( &mut self, _rule: &StrokeWidthStyleValue<'a>, )

§

fn exit_stroke_width_style_value<'a>( &mut self, _rule: &StrokeWidthStyleValue<'a>, )

§

fn visit_counter_style_name(&mut self, _rule: &CounterStyleName)

§

fn exit_counter_style_name(&mut self, _rule: &CounterStyleName)

§

fn visit_background_attachment_style_value<'a>( &mut self, _rule: &BackgroundAttachmentStyleValue<'a>, )

§

fn exit_background_attachment_style_value<'a>( &mut self, _rule: &BackgroundAttachmentStyleValue<'a>, )

§

fn visit_hover_media_feature_keyword( &mut self, _rule: &HoverMediaFeatureKeyword, )

§

fn exit_hover_media_feature_keyword(&mut self, _rule: &HoverMediaFeatureKeyword)

§

fn visit_interactivity_style_value(&mut self, _rule: &InteractivityStyleValue)

§

fn exit_interactivity_style_value(&mut self, _rule: &InteractivityStyleValue)

§

fn visit_lab_function_params(&mut self, _rule: &LabFunctionParams)

§

fn exit_lab_function_params(&mut self, _rule: &LabFunctionParams)

§

fn visit_font_style_style_value(&mut self, _rule: &FontStyleStyleValue)

§

fn exit_font_style_style_value(&mut self, _rule: &FontStyleStyleValue)

§

fn visit_vertical_viewport_segments_media_feature( &mut self, _rule: &VerticalViewportSegmentsMediaFeature, )

§

fn exit_vertical_viewport_segments_media_feature( &mut self, _rule: &VerticalViewportSegmentsMediaFeature, )

§

fn visit_container_query<'a>(&mut self, _rule: &ContainerQuery<'a>)

§

fn exit_container_query<'a>(&mut self, _rule: &ContainerQuery<'a>)

§

fn visit_will_change_style_value<'a>( &mut self, _rule: &WillChangeStyleValue<'a>, )

§

fn exit_will_change_style_value<'a>(&mut self, _rule: &WillChangeStyleValue<'a>)

§

fn visit_min_height_style_value(&mut self, _rule: &MinHeightStyleValue)

§

fn exit_min_height_style_value(&mut self, _rule: &MinHeightStyleValue)

§

fn visit_background_repeat_y_style_value<'a>( &mut self, _rule: &BackgroundRepeatYStyleValue<'a>, )

§

fn exit_background_repeat_y_style_value<'a>( &mut self, _rule: &BackgroundRepeatYStyleValue<'a>, )

§

fn visit_scroll_timeline_style_value<'a>( &mut self, _rule: &ScrollTimelineStyleValue<'a>, )

§

fn exit_scroll_timeline_style_value<'a>( &mut self, _rule: &ScrollTimelineStyleValue<'a>, )

§

fn visit_anchor_name_style_value<'a>( &mut self, _rule: &AnchorNameStyleValue<'a>, )

§

fn exit_anchor_name_style_value<'a>(&mut self, _rule: &AnchorNameStyleValue<'a>)

§

fn visit_border_block_end_style_style_value( &mut self, _rule: &BorderBlockEndStyleStyleValue, )

§

fn exit_border_block_end_style_style_value( &mut self, _rule: &BorderBlockEndStyleStyleValue, )

§

fn visit_mask_origin_style_value<'a>( &mut self, _rule: &MaskOriginStyleValue<'a>, )

§

fn exit_mask_origin_style_value<'a>(&mut self, _rule: &MaskOriginStyleValue<'a>)

§

fn visit_word_wrap_style_value(&mut self, _rule: &WordWrapStyleValue)

§

fn exit_word_wrap_style_value(&mut self, _rule: &WordWrapStyleValue)

§

fn visit_corner_block_end_shape_style_value( &mut self, _rule: &CornerBlockEndShapeStyleValue, )

§

fn exit_corner_block_end_shape_style_value( &mut self, _rule: &CornerBlockEndShapeStyleValue, )

§

fn visit_border_right_width_style_value( &mut self, _rule: &BorderRightWidthStyleValue, )

§

fn exit_border_right_width_style_value( &mut self, _rule: &BorderRightWidthStyleValue, )

§

fn visit_transform_function(&mut self, _rule: &TransformFunction)

§

fn exit_transform_function(&mut self, _rule: &TransformFunction)

§

fn visit_blend_mode(&mut self, _rule: &BlendMode)

§

fn exit_blend_mode(&mut self, _rule: &BlendMode)

§

fn visit_box_shadow_color_style_value<'a>( &mut self, _rule: &BoxShadowColorStyleValue<'a>, )

§

fn exit_box_shadow_color_style_value<'a>( &mut self, _rule: &BoxShadowColorStyleValue<'a>, )

§

fn visit_margin_block_start_style_value( &mut self, _rule: &MarginBlockStartStyleValue, )

§

fn exit_margin_block_start_style_value( &mut self, _rule: &MarginBlockStartStyleValue, )

§

fn visit_text_shadow_style_value<'a>( &mut self, _rule: &TextShadowStyleValue<'a>, )

§

fn exit_text_shadow_style_value<'a>(&mut self, _rule: &TextShadowStyleValue<'a>)

§

fn visit_outline_line_style(&mut self, _rule: &OutlineLineStyle)

§

fn exit_outline_line_style(&mut self, _rule: &OutlineLineStyle)

§

fn visit_keyframe_selectors<'a>(&mut self, _rule: &KeyframeSelectors<'a>)

§

fn exit_keyframe_selectors<'a>(&mut self, _rule: &KeyframeSelectors<'a>)

§

fn visit_column_rule_inset_style_value( &mut self, _rule: &ColumnRuleInsetStyleValue, )

§

fn exit_column_rule_inset_style_value( &mut self, _rule: &ColumnRuleInsetStyleValue, )

§

fn visit_white_space_collapse_style_value( &mut self, _rule: &WhiteSpaceCollapseStyleValue, )

§

fn exit_white_space_collapse_style_value( &mut self, _rule: &WhiteSpaceCollapseStyleValue, )

§

fn visit_writing_mode_style_value(&mut self, _rule: &WritingModeStyleValue)

§

fn exit_writing_mode_style_value(&mut self, _rule: &WritingModeStyleValue)

§

fn visit_block_ellipsis_style_value(&mut self, _rule: &BlockEllipsisStyleValue)

§

fn exit_block_ellipsis_style_value(&mut self, _rule: &BlockEllipsisStyleValue)

§

fn visit_hyphenate_limit_lines_style_value( &mut self, _rule: &HyphenateLimitLinesStyleValue, )

§

fn exit_hyphenate_limit_lines_style_value( &mut self, _rule: &HyphenateLimitLinesStyleValue, )

§

fn visit_nth_of_type_pseudo_function(&mut self, _rule: &NthOfTypePseudoFunction)

§

fn exit_nth_of_type_pseudo_function(&mut self, _rule: &NthOfTypePseudoFunction)

§

fn visit_color_media_feature(&mut self, _rule: &ColorMediaFeature)

§

fn exit_color_media_feature(&mut self, _rule: &ColorMediaFeature)

§

fn visit_mask_border_repeat_style_value( &mut self, _rule: &MaskBorderRepeatStyleValue, )

§

fn exit_mask_border_repeat_style_value( &mut self, _rule: &MaskBorderRepeatStyleValue, )

§

fn visit_height_container_feature(&mut self, _rule: &HeightContainerFeature)

§

fn exit_height_container_feature(&mut self, _rule: &HeightContainerFeature)

§

fn visit_border_top_left_radius_style_value( &mut self, _rule: &BorderTopLeftRadiusStyleValue, )

§

fn exit_border_top_left_radius_style_value( &mut self, _rule: &BorderTopLeftRadiusStyleValue, )

§

fn visit_moz_functional_pseudo_element_keyword( &mut self, _rule: &MozFunctionalPseudoElementKeyword, )

§

fn exit_moz_functional_pseudo_element_keyword( &mut self, _rule: &MozFunctionalPseudoElementKeyword, )

§

fn visit_color_function(&mut self, _rule: &ColorFunction)

§

fn exit_color_function(&mut self, _rule: &ColorFunction)

§

fn visit_row_rule_style_style_value(&mut self, _rule: &RowRuleStyleStyleValue)

§

fn exit_row_rule_style_style_value(&mut self, _rule: &RowRuleStyleStyleValue)

§

fn visit_shape_margin_style_value(&mut self, _rule: &ShapeMarginStyleValue)

§

fn exit_shape_margin_style_value(&mut self, _rule: &ShapeMarginStyleValue)

§

fn visit_all_style_value(&mut self, _rule: &AllStyleValue)

§

fn exit_all_style_value(&mut self, _rule: &AllStyleValue)

§

fn visit_row_rule_inset_end_style_value( &mut self, _rule: &RowRuleInsetEndStyleValue, )

§

fn exit_row_rule_inset_end_style_value( &mut self, _rule: &RowRuleInsetEndStyleValue, )

§

fn visit_where_pseudo_function<'a>(&mut self, _rule: &WherePseudoFunction<'a>)

§

fn exit_where_pseudo_function<'a>(&mut self, _rule: &WherePseudoFunction<'a>)

§

fn visit_border_image_repeat_style_value( &mut self, _rule: &BorderImageRepeatStyleValue, )

§

fn exit_border_image_repeat_style_value( &mut self, _rule: &BorderImageRepeatStyleValue, )

§

fn visit_border_top_clip_style_value<'a>( &mut self, _rule: &BorderTopClipStyleValue<'a>, )

§

fn exit_border_top_clip_style_value<'a>( &mut self, _rule: &BorderTopClipStyleValue<'a>, )

§

fn visit_snap_inline_keyword(&mut self, _rule: &SnapInlineKeyword)

§

fn exit_snap_inline_keyword(&mut self, _rule: &SnapInlineKeyword)

§

fn visit_dir_value(&mut self, _rule: &DirValue)

§

fn exit_dir_value(&mut self, _rule: &DirValue)

§

fn visit_border_radius(&mut self, _rule: &BorderRadius)

§

fn exit_border_radius(&mut self, _rule: &BorderRadius)

§

fn visit_line_snap_style_value(&mut self, _rule: &LineSnapStyleValue)

§

fn exit_line_snap_style_value(&mut self, _rule: &LineSnapStyleValue)

§

fn visit_text_wrap_style_style_value(&mut self, _rule: &TextWrapStyleStyleValue)

§

fn exit_text_wrap_style_style_value(&mut self, _rule: &TextWrapStyleStyleValue)

§

fn visit_border_bottom_style_value(&mut self, _rule: &BorderBottomStyleValue)

§

fn exit_border_bottom_style_value(&mut self, _rule: &BorderBottomStyleValue)

§

fn visit_forced_colors_media_feature( &mut self, _rule: &ForcedColorsMediaFeature, )

§

fn exit_forced_colors_media_feature(&mut self, _rule: &ForcedColorsMediaFeature)

§

fn visit_animateable_feature(&mut self, _rule: &AnimateableFeature)

§

fn exit_animateable_feature(&mut self, _rule: &AnimateableFeature)

§

fn visit_radial_gradient_function<'a>( &mut self, _rule: &RadialGradientFunction<'a>, )

§

fn exit_radial_gradient_function<'a>( &mut self, _rule: &RadialGradientFunction<'a>, )

§

fn visit_linear_function<'a>(&mut self, _rule: &LinearFunction<'a>)

§

fn exit_linear_function<'a>(&mut self, _rule: &LinearFunction<'a>)

§

fn visit_letter_spacing_style_value(&mut self, _rule: &LetterSpacingStyleValue)

§

fn exit_letter_spacing_style_value(&mut self, _rule: &LetterSpacingStyleValue)

§

fn visit_scroll_padding_block_start_style_value( &mut self, _rule: &ScrollPaddingBlockStartStyleValue, )

§

fn exit_scroll_padding_block_start_style_value( &mut self, _rule: &ScrollPaddingBlockStartStyleValue, )

§

fn visit_background_color_style_value( &mut self, _rule: &BackgroundColorStyleValue, )

§

fn exit_background_color_style_value( &mut self, _rule: &BackgroundColorStyleValue, )

§

fn visit_column_rule_width_style_value<'a>( &mut self, _rule: &ColumnRuleWidthStyleValue<'a>, )

§

fn exit_column_rule_width_style_value<'a>( &mut self, _rule: &ColumnRuleWidthStyleValue<'a>, )

§

fn visit_text_box_trim_style_value(&mut self, _rule: &TextBoxTrimStyleValue)

§

fn exit_text_box_trim_style_value(&mut self, _rule: &TextBoxTrimStyleValue)

§

fn visit_animation_fill_mode_style_value<'a>( &mut self, _rule: &AnimationFillModeStyleValue<'a>, )

§

fn exit_animation_fill_mode_style_value<'a>( &mut self, _rule: &AnimationFillModeStyleValue<'a>, )

§

fn visit_grid_row_end_style_value(&mut self, _rule: &GridRowEndStyleValue)

§

fn exit_grid_row_end_style_value(&mut self, _rule: &GridRowEndStyleValue)

§

fn visit_keypress_function(&mut self, _rule: &KeypressFunction)

§

fn exit_keypress_function(&mut self, _rule: &KeypressFunction)

§

fn visit_timeline_trigger_name_style_value<'a>( &mut self, _rule: &TimelineTriggerNameStyleValue<'a>, )

§

fn exit_timeline_trigger_name_style_value<'a>( &mut self, _rule: &TimelineTriggerNameStyleValue<'a>, )

§

fn visit_block_step_round_style_value( &mut self, _rule: &BlockStepRoundStyleValue, )

§

fn exit_block_step_round_style_value( &mut self, _rule: &BlockStepRoundStyleValue, )

§

fn visit_slotted_pseudo_element<'a>(&mut self, _rule: &SlottedPseudoElement<'a>)

§

fn exit_slotted_pseudo_element<'a>(&mut self, _rule: &SlottedPseudoElement<'a>)

§

fn visit_flex_grow_style_value(&mut self, _rule: &FlexGrowStyleValue)

§

fn exit_flex_grow_style_value(&mut self, _rule: &FlexGrowStyleValue)

§

fn visit_o_pseudo_element(&mut self, _rule: &OPseudoElement)

§

fn exit_o_pseudo_element(&mut self, _rule: &OPseudoElement)

§

fn visit_overflow_block_media_feature( &mut self, _rule: &OverflowBlockMediaFeature, )

§

fn exit_overflow_block_media_feature( &mut self, _rule: &OverflowBlockMediaFeature, )

§

fn visit_clear_style_value(&mut self, _rule: &ClearStyleValue)

§

fn exit_clear_style_value(&mut self, _rule: &ClearStyleValue)

§

fn visit_border_bottom_right_radius_style_value( &mut self, _rule: &BorderBottomRightRadiusStyleValue, )

§

fn exit_border_bottom_right_radius_style_value( &mut self, _rule: &BorderBottomRightRadiusStyleValue, )

§

fn visit_background_blend_mode_style_value<'a>( &mut self, _rule: &BackgroundBlendModeStyleValue<'a>, )

§

fn exit_background_blend_mode_style_value<'a>( &mut self, _rule: &BackgroundBlendModeStyleValue<'a>, )

§

fn visit_pause_style_value(&mut self, _rule: &PauseStyleValue)

§

fn exit_pause_style_value(&mut self, _rule: &PauseStyleValue)

§

fn visit_caret_style_value(&mut self, _rule: &CaretStyleValue)

§

fn exit_caret_style_value(&mut self, _rule: &CaretStyleValue)

§

fn visit_overscroll_behavior_y_style_value( &mut self, _rule: &OverscrollBehaviorYStyleValue, )

§

fn exit_overscroll_behavior_y_style_value( &mut self, _rule: &OverscrollBehaviorYStyleValue, )

§

fn visit_additive_symbols_style_value<'a>( &mut self, _rule: &AdditiveSymbolsStyleValue<'a>, )

§

fn exit_additive_symbols_style_value<'a>( &mut self, _rule: &AdditiveSymbolsStyleValue<'a>, )

§

fn visit_single_animation_play_state( &mut self, _rule: &SingleAnimationPlayState, )

§

fn exit_single_animation_play_state(&mut self, _rule: &SingleAnimationPlayState)

§

fn visit_transition_behavior_value(&mut self, _rule: &TransitionBehaviorValue)

§

fn exit_transition_behavior_value(&mut self, _rule: &TransitionBehaviorValue)

§

fn visit_bookmark_state_style_value(&mut self, _rule: &BookmarkStateStyleValue)

§

fn exit_bookmark_state_style_value(&mut self, _rule: &BookmarkStateStyleValue)

§

fn visit_column_height_style_value(&mut self, _rule: &ColumnHeightStyleValue)

§

fn exit_column_height_style_value(&mut self, _rule: &ColumnHeightStyleValue)

§

fn visit_line_width_list<'a>(&mut self, _rule: &LineWidthList<'a>)

§

fn exit_line_width_list<'a>(&mut self, _rule: &LineWidthList<'a>)

§

fn visit_text_combine_upright_style_value( &mut self, _rule: &TextCombineUprightStyleValue, )

§

fn exit_text_combine_upright_style_value( &mut self, _rule: &TextCombineUprightStyleValue, )

§

fn visit_scroll_padding_left_style_value( &mut self, _rule: &ScrollPaddingLeftStyleValue, )

§

fn exit_scroll_padding_left_style_value( &mut self, _rule: &ScrollPaddingLeftStyleValue, )

§

fn visit_float_defer_style_value(&mut self, _rule: &FloatDeferStyleValue)

§

fn exit_float_defer_style_value(&mut self, _rule: &FloatDeferStyleValue)

§

fn visit_media_condition<'a>(&mut self, _rule: &MediaCondition<'a>)

§

fn exit_media_condition<'a>(&mut self, _rule: &MediaCondition<'a>)

§

fn visit_webkit_transition_media_feature( &mut self, _rule: &WebkitTransitionMediaFeature, )

§

fn exit_webkit_transition_media_feature( &mut self, _rule: &WebkitTransitionMediaFeature, )

§

fn visit_flood_opacity_style_value(&mut self, _rule: &FloodOpacityStyleValue)

§

fn exit_flood_opacity_style_value(&mut self, _rule: &FloodOpacityStyleValue)

§

fn visit_row_rule_inset_start_style_value( &mut self, _rule: &RowRuleInsetStartStyleValue, )

§

fn exit_row_rule_inset_start_style_value( &mut self, _rule: &RowRuleInsetStartStyleValue, )

§

fn visit_style_query<'a>(&mut self, _rule: &StyleQuery<'a>)

§

fn exit_style_query<'a>(&mut self, _rule: &StyleQuery<'a>)

§

fn visit_border_collapse_style_value( &mut self, _rule: &BorderCollapseStyleValue, )

§

fn exit_border_collapse_style_value(&mut self, _rule: &BorderCollapseStyleValue)

§

fn visit_border_inline_start_clip_style_value<'a>( &mut self, _rule: &BorderInlineStartClipStyleValue<'a>, )

§

fn exit_border_inline_start_clip_style_value<'a>( &mut self, _rule: &BorderInlineStartClipStyleValue<'a>, )

§

fn visit_scaley_function(&mut self, _rule: &ScaleyFunction)

§

fn exit_scaley_function(&mut self, _rule: &ScaleyFunction)

§

fn visit_environment_blending_media_feature( &mut self, _rule: &EnvironmentBlendingMediaFeature, )

§

fn exit_environment_blending_media_feature( &mut self, _rule: &EnvironmentBlendingMediaFeature, )

§

fn visit_text_underline_offset_style_value( &mut self, _rule: &TextUnderlineOffsetStyleValue, )

§

fn exit_text_underline_offset_style_value( &mut self, _rule: &TextUnderlineOffsetStyleValue, )

§

fn visit_content_position(&mut self, _rule: &ContentPosition)

§

fn exit_content_position(&mut self, _rule: &ContentPosition)

§

fn visit_row_rule_width_style_value<'a>( &mut self, _rule: &RowRuleWidthStyleValue<'a>, )

§

fn exit_row_rule_width_style_value<'a>( &mut self, _rule: &RowRuleWidthStyleValue<'a>, )

§

fn visit_font_face_rule_block<'a>(&mut self, _rule: &FontFaceRuleBlock<'a>)

§

fn exit_font_face_rule_block<'a>(&mut self, _rule: &FontFaceRuleBlock<'a>)

§

fn visit_rotate_function(&mut self, _rule: &RotateFunction)

§

fn exit_rotate_function(&mut self, _rule: &RotateFunction)

§

fn visit_hyphens_style_value(&mut self, _rule: &HyphensStyleValue)

§

fn exit_hyphens_style_value(&mut self, _rule: &HyphensStyleValue)

§

fn visit_url_or_string(&mut self, _rule: &UrlOrString)

§

fn exit_url_or_string(&mut self, _rule: &UrlOrString)

§

fn visit_ms_pseudo_class(&mut self, _rule: &MsPseudoClass)

§

fn exit_ms_pseudo_class(&mut self, _rule: &MsPseudoClass)

§

fn visit_view_transition_group_pseudo_element<'a>( &mut self, _rule: &ViewTransitionGroupPseudoElement<'a>, )

§

fn exit_view_transition_group_pseudo_element<'a>( &mut self, _rule: &ViewTransitionGroupPseudoElement<'a>, )

§

fn visit_mask_type_style_value(&mut self, _rule: &MaskTypeStyleValue)

§

fn exit_mask_type_style_value(&mut self, _rule: &MaskTypeStyleValue)

§

fn visit_border_left_clip_style_value<'a>( &mut self, _rule: &BorderLeftClipStyleValue<'a>, )

§

fn exit_border_left_clip_style_value<'a>( &mut self, _rule: &BorderLeftClipStyleValue<'a>, )

§

fn visit_scroll_margin_block_style_value( &mut self, _rule: &ScrollMarginBlockStyleValue, )

§

fn exit_scroll_margin_block_style_value( &mut self, _rule: &ScrollMarginBlockStyleValue, )

§

fn visit_perspective_function(&mut self, _rule: &PerspectiveFunction)

§

fn exit_perspective_function(&mut self, _rule: &PerspectiveFunction)

§

fn visit_offset_anchor_style_value(&mut self, _rule: &OffsetAnchorStyleValue)

§

fn exit_offset_anchor_style_value(&mut self, _rule: &OffsetAnchorStyleValue)

§

fn visit_box_shadow_spread_style_value<'a>( &mut self, _rule: &BoxShadowSpreadStyleValue<'a>, )

§

fn exit_box_shadow_spread_style_value<'a>( &mut self, _rule: &BoxShadowSpreadStyleValue<'a>, )

§

fn visit_counter_style_rule<'a>(&mut self, _rule: &CounterStyleRule<'a>)

§

fn exit_counter_style_rule<'a>(&mut self, _rule: &CounterStyleRule<'a>)

§

fn visit_moz_mac_graphite_theme_media_feature( &mut self, _rule: &MozMacGraphiteThemeMediaFeature, )

§

fn exit_moz_mac_graphite_theme_media_feature( &mut self, _rule: &MozMacGraphiteThemeMediaFeature, )

§

fn visit_overscroll_behavior_x_style_value( &mut self, _rule: &OverscrollBehaviorXStyleValue, )

§

fn exit_overscroll_behavior_x_style_value( &mut self, _rule: &OverscrollBehaviorXStyleValue, )

§

fn visit_bg_clip(&mut self, _rule: &BgClip)

§

fn exit_bg_clip(&mut self, _rule: &BgClip)

§

fn visit_scale3d_function(&mut self, _rule: &Scale3dFunction)

§

fn exit_scale3d_function(&mut self, _rule: &Scale3dFunction)

§

fn visit_dynamic_range_media_feature_keyword( &mut self, _rule: &DynamicRangeMediaFeatureKeyword, )

§

fn exit_dynamic_range_media_feature_keyword( &mut self, _rule: &DynamicRangeMediaFeatureKeyword, )

§

fn visit_rotate3d_function(&mut self, _rule: &Rotate3dFunction)

§

fn exit_rotate3d_function(&mut self, _rule: &Rotate3dFunction)

§

fn visit_row_rule_edge_inset_end_style_value( &mut self, _rule: &RowRuleEdgeInsetEndStyleValue, )

§

fn exit_row_rule_edge_inset_end_style_value( &mut self, _rule: &RowRuleEdgeInsetEndStyleValue, )

§

fn visit_column_rule_edge_inset_start_style_value( &mut self, _rule: &ColumnRuleEdgeInsetStartStyleValue, )

§

fn exit_column_rule_edge_inset_start_style_value( &mut self, _rule: &ColumnRuleEdgeInsetStartStyleValue, )

§

fn visit_mask_border_mode_style_value( &mut self, _rule: &MaskBorderModeStyleValue, )

§

fn exit_mask_border_mode_style_value( &mut self, _rule: &MaskBorderModeStyleValue, )

§

fn visit_scroll_behavior_style_value( &mut self, _rule: &ScrollBehaviorStyleValue, )

§

fn exit_scroll_behavior_style_value(&mut self, _rule: &ScrollBehaviorStyleValue)

§

fn visit_baseline_position(&mut self, _rule: &BaselinePosition)

§

fn exit_baseline_position(&mut self, _rule: &BaselinePosition)

§

fn visit_column_rule_inset_start_style_value( &mut self, _rule: &ColumnRuleInsetStartStyleValue, )

§

fn exit_column_rule_inset_start_style_value( &mut self, _rule: &ColumnRuleInsetStartStyleValue, )

§

fn visit_content_list<'a>(&mut self, _rule: &ContentList<'a>)

§

fn exit_content_list<'a>(&mut self, _rule: &ContentList<'a>)

§

fn visit_translatex_function(&mut self, _rule: &TranslatexFunction)

§

fn exit_translatex_function(&mut self, _rule: &TranslatexFunction)

§

fn visit_fill_opacity_style_value(&mut self, _rule: &FillOpacityStyleValue)

§

fn exit_fill_opacity_style_value(&mut self, _rule: &FillOpacityStyleValue)

§

fn visit_display_listitem(&mut self, _rule: &DisplayListitem)

§

fn exit_display_listitem(&mut self, _rule: &DisplayListitem)

§

fn visit_lab_function(&mut self, _rule: &LabFunction)

§

fn exit_lab_function(&mut self, _rule: &LabFunction)

§

fn visit_container_rules_block<'a>(&mut self, _rule: &ContainerRulesBlock<'a>)

§

fn exit_container_rules_block<'a>(&mut self, _rule: &ContainerRulesBlock<'a>)

§

fn visit_margin_bottom_style_value(&mut self, _rule: &MarginBottomStyleValue)

§

fn exit_margin_bottom_style_value(&mut self, _rule: &MarginBottomStyleValue)

§

fn visit_max_height_style_value(&mut self, _rule: &MaxHeightStyleValue)

§

fn exit_max_height_style_value(&mut self, _rule: &MaxHeightStyleValue)

§

fn visit_corner_inline_end_shape_style_value( &mut self, _rule: &CornerInlineEndShapeStyleValue, )

§

fn exit_corner_inline_end_shape_style_value( &mut self, _rule: &CornerInlineEndShapeStyleValue, )

§

fn visit_aspect_ratio_style_value(&mut self, _rule: &AspectRatioStyleValue)

§

fn exit_aspect_ratio_style_value(&mut self, _rule: &AspectRatioStyleValue)

§

fn visit_border_top_style_style_value( &mut self, _rule: &BorderTopStyleStyleValue, )

§

fn exit_border_top_style_style_value( &mut self, _rule: &BorderTopStyleStyleValue, )

§

fn visit_isolation_style_value(&mut self, _rule: &IsolationStyleValue)

§

fn exit_isolation_style_value(&mut self, _rule: &IsolationStyleValue)

§

fn visit_interest_delay_end_style_value( &mut self, _rule: &InterestDelayEndStyleValue, )

§

fn exit_interest_delay_end_style_value( &mut self, _rule: &InterestDelayEndStyleValue, )

§

fn visit_counter_function<'a>(&mut self, _rule: &CounterFunction<'a>)

§

fn exit_counter_function<'a>(&mut self, _rule: &CounterFunction<'a>)

§

fn visit_scroll_padding_top_style_value( &mut self, _rule: &ScrollPaddingTopStyleValue, )

§

fn exit_scroll_padding_top_style_value( &mut self, _rule: &ScrollPaddingTopStyleValue, )

§

fn visit_padding_block_start_style_value( &mut self, _rule: &PaddingBlockStartStyleValue, )

§

fn exit_padding_block_start_style_value( &mut self, _rule: &PaddingBlockStartStyleValue, )

§

fn visit_todo(&mut self, _rule: &Todo)

§

fn exit_todo(&mut self, _rule: &Todo)

§

fn visit_selector_component<'a>(&mut self, _rule: &SelectorComponent<'a>)

§

fn exit_selector_component<'a>(&mut self, _rule: &SelectorComponent<'a>)

§

fn visit_named_color(&mut self, _rule: &NamedColor)

§

fn exit_named_color(&mut self, _rule: &NamedColor)

§

fn visit_box_shadow_style_value<'a>(&mut self, _rule: &BoxShadowStyleValue<'a>)

§

fn exit_box_shadow_style_value<'a>(&mut self, _rule: &BoxShadowStyleValue<'a>)

§

fn visit_max_lines_style_value(&mut self, _rule: &MaxLinesStyleValue)

§

fn exit_max_lines_style_value(&mut self, _rule: &MaxLinesStyleValue)

§

fn visit_hsl_function(&mut self, _rule: &HslFunction)

§

fn exit_hsl_function(&mut self, _rule: &HslFunction)

§

fn visit_box_decoration_break_style_value( &mut self, _rule: &BoxDecorationBreakStyleValue, )

§

fn exit_box_decoration_break_style_value( &mut self, _rule: &BoxDecorationBreakStyleValue, )

§

fn visit_row_rule_style_value(&mut self, _rule: &RowRuleStyleValue)

§

fn exit_row_rule_style_value(&mut self, _rule: &RowRuleStyleValue)

§

fn visit_import_layer_function<'a>(&mut self, _rule: &ImportLayerFunction<'a>)

§

fn exit_import_layer_function<'a>(&mut self, _rule: &ImportLayerFunction<'a>)

§

fn visit_container_condition<'a>(&mut self, _rule: &ContainerCondition<'a>)

§

fn exit_container_condition<'a>(&mut self, _rule: &ContainerCondition<'a>)

§

fn visit_overscroll_behavior_style_value( &mut self, _rule: &OverscrollBehaviorStyleValue, )

§

fn exit_overscroll_behavior_style_value( &mut self, _rule: &OverscrollBehaviorStyleValue, )

§

fn visit_ms_view_state_media_feature(&mut self, _rule: &MsViewStateMediaFeature)

§

fn exit_ms_view_state_media_feature(&mut self, _rule: &MsViewStateMediaFeature)

§

fn visit_margin_style_value(&mut self, _rule: &MarginStyleValue)

§

fn exit_margin_style_value(&mut self, _rule: &MarginStyleValue)

§

fn visit_lch_function_params(&mut self, _rule: &LchFunctionParams)

§

fn exit_lch_function_params(&mut self, _rule: &LchFunctionParams)

§

fn visit_grid_media_feature(&mut self, _rule: &GridMediaFeature)

§

fn exit_grid_media_feature(&mut self, _rule: &GridMediaFeature)

§

fn visit_flow_tolerance_style_value(&mut self, _rule: &FlowToleranceStyleValue)

§

fn exit_flow_tolerance_style_value(&mut self, _rule: &FlowToleranceStyleValue)

§

fn visit_overflow_clip_margin_style_value( &mut self, _rule: &OverflowClipMarginStyleValue, )

§

fn exit_overflow_clip_margin_style_value( &mut self, _rule: &OverflowClipMarginStyleValue, )

§

fn visit_spatial_navigation_function_style_value( &mut self, _rule: &SpatialNavigationFunctionStyleValue, )

§

fn exit_spatial_navigation_function_style_value( &mut self, _rule: &SpatialNavigationFunctionStyleValue, )

§

fn visit_video_color_gamut_media_feature( &mut self, _rule: &VideoColorGamutMediaFeature, )

§

fn exit_video_color_gamut_media_feature( &mut self, _rule: &VideoColorGamutMediaFeature, )

§

fn visit_attr_function<'a>(&mut self, _rule: &AttrFunction<'a>)

§

fn exit_attr_function<'a>(&mut self, _rule: &AttrFunction<'a>)

§

fn visit_moz_images_in_menus_media_feature( &mut self, _rule: &MozImagesInMenusMediaFeature, )

§

fn exit_moz_images_in_menus_media_feature( &mut self, _rule: &MozImagesInMenusMediaFeature, )

§

fn visit_coord_box(&mut self, _rule: &CoordBox)

§

fn exit_coord_box(&mut self, _rule: &CoordBox)

§

fn visit_block_step_insert_style_value( &mut self, _rule: &BlockStepInsertStyleValue, )

§

fn exit_block_step_insert_style_value( &mut self, _rule: &BlockStepInsertStyleValue, )

§

fn visit_color_style_value(&mut self, _rule: &ColorStyleValue)

§

fn exit_color_style_value(&mut self, _rule: &ColorStyleValue)

§

fn visit_font_family_style_value<'a>( &mut self, _rule: &FontFamilyStyleValue<'a>, )

§

fn exit_font_family_style_value<'a>(&mut self, _rule: &FontFamilyStyleValue<'a>)

§

fn visit_trigger_scope_style_value<'a>( &mut self, _rule: &TriggerScopeStyleValue<'a>, )

§

fn exit_trigger_scope_style_value<'a>( &mut self, _rule: &TriggerScopeStyleValue<'a>, )

§

fn visit_style_sheet<'a>(&mut self, _rule: &StyleSheet<'a>)

§

fn exit_style_sheet<'a>(&mut self, _rule: &StyleSheet<'a>)

§

fn visit_font_synthesis_weight_style_value( &mut self, _rule: &FontSynthesisWeightStyleValue, )

§

fn exit_font_synthesis_weight_style_value( &mut self, _rule: &FontSynthesisWeightStyleValue, )

§

fn visit_moz_pseudo_element(&mut self, _rule: &MozPseudoElement)

§

fn exit_moz_pseudo_element(&mut self, _rule: &MozPseudoElement)

§

fn visit_row_rule_interior_inset_start_style_value( &mut self, _rule: &RowRuleInteriorInsetStartStyleValue, )

§

fn exit_row_rule_interior_inset_start_style_value( &mut self, _rule: &RowRuleInteriorInsetStartStyleValue, )

§

fn visit_item_track_style_value(&mut self, _rule: &ItemTrackStyleValue)

§

fn exit_item_track_style_value(&mut self, _rule: &ItemTrackStyleValue)

§

fn visit_spatial_navigation_contain_style_value( &mut self, _rule: &SpatialNavigationContainStyleValue, )

§

fn exit_spatial_navigation_contain_style_value( &mut self, _rule: &SpatialNavigationContainStyleValue, )

§

fn visit_rgb_function(&mut self, _rule: &RgbFunction)

§

fn exit_rgb_function(&mut self, _rule: &RgbFunction)

§

fn visit_isolation_mode(&mut self, _rule: &IsolationMode)

§

fn exit_isolation_mode(&mut self, _rule: &IsolationMode)

§

fn visit_webkit_animation_media_feature( &mut self, _rule: &WebkitAnimationMediaFeature, )

§

fn exit_webkit_animation_media_feature( &mut self, _rule: &WebkitAnimationMediaFeature, )

§

fn visit_rest_before_style_value(&mut self, _rule: &RestBeforeStyleValue)

§

fn exit_rest_before_style_value(&mut self, _rule: &RestBeforeStyleValue)

§

fn visit_rule<'a>(&mut self, _rule: &Rule<'a>)

§

fn exit_rule<'a>(&mut self, _rule: &Rule<'a>)

§

fn visit_property_rule_block<'a>(&mut self, _rule: &PropertyRuleBlock<'a>)

§

fn exit_property_rule_block<'a>(&mut self, _rule: &PropertyRuleBlock<'a>)

§

fn visit_text_decoration_skip_box_style_value( &mut self, _rule: &TextDecorationSkipBoxStyleValue, )

§

fn exit_text_decoration_skip_box_style_value( &mut self, _rule: &TextDecorationSkipBoxStyleValue, )

§

fn visit_inset_block_end_style_value(&mut self, _rule: &InsetBlockEndStyleValue)

§

fn exit_inset_block_end_style_value(&mut self, _rule: &InsetBlockEndStyleValue)

§

fn visit_padding_inline_start_style_value( &mut self, _rule: &PaddingInlineStartStyleValue, )

§

fn exit_padding_inline_start_style_value( &mut self, _rule: &PaddingInlineStartStyleValue, )

§

fn visit_svg_tag(&mut self, _rule: &SvgTag)

§

fn exit_svg_tag(&mut self, _rule: &SvgTag)

§

fn visit_document_matcher_list<'a>(&mut self, _rule: &DocumentMatcherList<'a>)

§

fn exit_document_matcher_list<'a>(&mut self, _rule: &DocumentMatcherList<'a>)

§

fn visit_region_fragment_style_value( &mut self, _rule: &RegionFragmentStyleValue, )

§

fn exit_region_fragment_style_value(&mut self, _rule: &RegionFragmentStyleValue)

§

fn visit_any_pointer_media_feature(&mut self, _rule: &AnyPointerMediaFeature)

§

fn exit_any_pointer_media_feature(&mut self, _rule: &AnyPointerMediaFeature)

§

fn visit_attribute(&mut self, _rule: &Attribute)

§

fn exit_attribute(&mut self, _rule: &Attribute)

§

fn visit_perspective_origin_style_value( &mut self, _rule: &PerspectiveOriginStyleValue, )

§

fn exit_perspective_origin_style_value( &mut self, _rule: &PerspectiveOriginStyleValue, )

§

fn visit_mask_border_source_style_value<'a>( &mut self, _rule: &MaskBorderSourceStyleValue<'a>, )

§

fn exit_mask_border_source_style_value<'a>( &mut self, _rule: &MaskBorderSourceStyleValue<'a>, )

§

fn visit_scroll_margin_left_style_value( &mut self, _rule: &ScrollMarginLeftStyleValue, )

§

fn exit_scroll_margin_left_style_value( &mut self, _rule: &ScrollMarginLeftStyleValue, )

§

fn visit_content_visibility_style_value( &mut self, _rule: &ContentVisibilityStyleValue, )

§

fn exit_content_visibility_style_value( &mut self, _rule: &ContentVisibilityStyleValue, )

§

fn visit_text_decoration_inset_style_value( &mut self, _rule: &TextDecorationInsetStyleValue, )

§

fn exit_text_decoration_inset_style_value( &mut self, _rule: &TextDecorationInsetStyleValue, )

§

fn visit_list_style_type_style_value<'a>( &mut self, _rule: &ListStyleTypeStyleValue<'a>, )

§

fn exit_list_style_type_style_value<'a>( &mut self, _rule: &ListStyleTypeStyleValue<'a>, )

§

fn visit_functional_pseudo_class<'a>( &mut self, _rule: &FunctionalPseudoClass<'a>, )

§

fn exit_functional_pseudo_class<'a>( &mut self, _rule: &FunctionalPseudoClass<'a>, )

§

fn visit_event_trigger_event(&mut self, _rule: &EventTriggerEvent)

§

fn exit_event_trigger_event(&mut self, _rule: &EventTriggerEvent)

§

fn visit_font_face_rule_style_value<'a>( &mut self, _rule: &FontFaceRuleStyleValue<'a>, )

§

fn exit_font_face_rule_style_value<'a>( &mut self, _rule: &FontFaceRuleStyleValue<'a>, )

§

fn visit_text_spacing_trim_style_value( &mut self, _rule: &TextSpacingTrimStyleValue, )

§

fn exit_text_spacing_trim_style_value( &mut self, _rule: &TextSpacingTrimStyleValue, )

§

fn visit_border_bottom_color_style_value<'a>( &mut self, _rule: &BorderBottomColorStyleValue<'a>, )

§

fn exit_border_bottom_color_style_value<'a>( &mut self, _rule: &BorderBottomColorStyleValue<'a>, )

§

fn visit_position_area_style_value(&mut self, _rule: &PositionAreaStyleValue)

§

fn exit_position_area_style_value(&mut self, _rule: &PositionAreaStyleValue)

§

fn visit_attribute_operator(&mut self, _rule: &AttributeOperator)

§

fn exit_attribute_operator(&mut self, _rule: &AttributeOperator)

§

fn visit_relative_size(&mut self, _rule: &RelativeSize)

§

fn exit_relative_size(&mut self, _rule: &RelativeSize)

§

fn visit_border_spacing_style_value(&mut self, _rule: &BorderSpacingStyleValue)

§

fn exit_border_spacing_style_value(&mut self, _rule: &BorderSpacingStyleValue)

§

fn visit_color_function_color(&mut self, _rule: &ColorFunctionColor)

§

fn exit_color_function_color(&mut self, _rule: &ColorFunctionColor)

§

fn visit_nth_child_pseudo_function(&mut self, _rule: &NthChildPseudoFunction)

§

fn exit_nth_child_pseudo_function(&mut self, _rule: &NthChildPseudoFunction)

§

fn visit_position_vertical_keyword(&mut self, _rule: &PositionVerticalKeyword)

§

fn exit_position_vertical_keyword(&mut self, _rule: &PositionVerticalKeyword)

§

fn visit_overflow_inline_style_value( &mut self, _rule: &OverflowInlineStyleValue, )

§

fn exit_overflow_inline_style_value(&mut self, _rule: &OverflowInlineStyleValue)

§

fn visit_pause_after_style_value(&mut self, _rule: &PauseAfterStyleValue)

§

fn exit_pause_after_style_value(&mut self, _rule: &PauseAfterStyleValue)

§

fn visit_padding_inline_style_value(&mut self, _rule: &PaddingInlineStyleValue)

§

fn exit_padding_inline_style_value(&mut self, _rule: &PaddingInlineStyleValue)

§

fn visit_snap_inline_function(&mut self, _rule: &SnapInlineFunction)

§

fn exit_snap_inline_function(&mut self, _rule: &SnapInlineFunction)

§

fn visit_caret_shape_style_value(&mut self, _rule: &CaretShapeStyleValue)

§

fn exit_caret_shape_style_value(&mut self, _rule: &CaretShapeStyleValue)

§

fn visit_target<'a>(&mut self, _rule: &Target<'a>)

§

fn exit_target<'a>(&mut self, _rule: &Target<'a>)

§

fn visit_border_style_style_value(&mut self, _rule: &BorderStyleStyleValue)

§

fn exit_border_style_style_value(&mut self, _rule: &BorderStyleStyleValue)

§

fn visit_border_inline_width_style_value( &mut self, _rule: &BorderInlineWidthStyleValue, )

§

fn exit_border_inline_width_style_value( &mut self, _rule: &BorderInlineWidthStyleValue, )

§

fn visit_quote(&mut self, _rule: &Quote)

§

fn exit_quote(&mut self, _rule: &Quote)

§

fn visit_webkit_functional_pseudo_class<'a>( &mut self, _rule: &WebkitFunctionalPseudoClass<'a>, )

§

fn exit_webkit_functional_pseudo_class<'a>( &mut self, _rule: &WebkitFunctionalPseudoClass<'a>, )

§

fn visit_rule_color_style_value(&mut self, _rule: &RuleColorStyleValue)

§

fn exit_rule_color_style_value(&mut self, _rule: &RuleColorStyleValue)

§

fn visit_margin_block_end_style_value( &mut self, _rule: &MarginBlockEndStyleValue, )

§

fn exit_margin_block_end_style_value( &mut self, _rule: &MarginBlockEndStyleValue, )

§

fn visit_animation_duration_style_value<'a>( &mut self, _rule: &AnimationDurationStyleValue<'a>, )

§

fn exit_animation_duration_style_value<'a>( &mut self, _rule: &AnimationDurationStyleValue<'a>, )

§

fn visit_container_name_style_value<'a>( &mut self, _rule: &ContainerNameStyleValue<'a>, )

§

fn exit_container_name_style_value<'a>( &mut self, _rule: &ContainerNameStyleValue<'a>, )

§

fn visit_clip_rule_style_value(&mut self, _rule: &ClipRuleStyleValue)

§

fn exit_clip_rule_style_value(&mut self, _rule: &ClipRuleStyleValue)

§

fn visit_wrap_before_style_value(&mut self, _rule: &WrapBeforeStyleValue)

§

fn exit_wrap_before_style_value(&mut self, _rule: &WrapBeforeStyleValue)

§

fn visit_interest_delay_style_value(&mut self, _rule: &InterestDelayStyleValue)

§

fn exit_interest_delay_style_value(&mut self, _rule: &InterestDelayStyleValue)

§

fn visit_column_rule_interior_inset_start_style_value( &mut self, _rule: &ColumnRuleInteriorInsetStartStyleValue, )

§

fn exit_column_rule_interior_inset_start_style_value( &mut self, _rule: &ColumnRuleInteriorInsetStartStyleValue, )

§

fn visit_float_offset_style_value(&mut self, _rule: &FloatOffsetStyleValue)

§

fn exit_float_offset_style_value(&mut self, _rule: &FloatOffsetStyleValue)

§

fn visit_font_synthesis_small_caps_style_value( &mut self, _rule: &FontSynthesisSmallCapsStyleValue, )

§

fn exit_font_synthesis_small_caps_style_value( &mut self, _rule: &FontSynthesisSmallCapsStyleValue, )

§

fn visit_text_align_last_style_value(&mut self, _rule: &TextAlignLastStyleValue)

§

fn exit_text_align_last_style_value(&mut self, _rule: &TextAlignLastStyleValue)

§

fn visit_self_position(&mut self, _rule: &SelfPosition)

§

fn exit_self_position(&mut self, _rule: &SelfPosition)

§

fn visit_stuck_scroll_state_feature(&mut self, _rule: &StuckScrollStateFeature)

§

fn exit_stuck_scroll_state_feature(&mut self, _rule: &StuckScrollStateFeature)

§

fn visit_rule_style_style_value(&mut self, _rule: &RuleStyleStyleValue)

§

fn exit_rule_style_style_value(&mut self, _rule: &RuleStyleStyleValue)

§

fn visit_glyph_orientation_vertical_style_value( &mut self, _rule: &GlyphOrientationVerticalStyleValue, )

§

fn exit_glyph_orientation_vertical_style_value( &mut self, _rule: &GlyphOrientationVerticalStyleValue, )

§

fn visit_orientation_container_feature_keyword( &mut self, _rule: &OrientationContainerFeatureKeyword, )

§

fn exit_orientation_container_feature_keyword( &mut self, _rule: &OrientationContainerFeatureKeyword, )

§

fn visit_device_height_media_feature( &mut self, _rule: &DeviceHeightMediaFeature, )

§

fn exit_device_height_media_feature(&mut self, _rule: &DeviceHeightMediaFeature)

§

fn visit_overflow_block_style_value(&mut self, _rule: &OverflowBlockStyleValue)

§

fn exit_overflow_block_style_value(&mut self, _rule: &OverflowBlockStyleValue)

§

fn visit_absolute_size(&mut self, _rule: &AbsoluteSize)

§

fn exit_absolute_size(&mut self, _rule: &AbsoluteSize)

§

fn visit_line_break_style_value(&mut self, _rule: &LineBreakStyleValue)

§

fn exit_line_break_style_value(&mut self, _rule: &LineBreakStyleValue)

§

fn visit_display_mode_media_feature_keyword( &mut self, _rule: &DisplayModeMediaFeatureKeyword, )

§

fn exit_display_mode_media_feature_keyword( &mut self, _rule: &DisplayModeMediaFeatureKeyword, )

§

fn visit_custom_ident(&mut self, _rule: &CustomIdent)

§

fn exit_custom_ident(&mut self, _rule: &CustomIdent)

§

fn visit_scroll_margin_bottom_style_value( &mut self, _rule: &ScrollMarginBottomStyleValue, )

§

fn exit_scroll_margin_bottom_style_value( &mut self, _rule: &ScrollMarginBottomStyleValue, )

§

fn visit_scroll_margin_style_value(&mut self, _rule: &ScrollMarginStyleValue)

§

fn exit_scroll_margin_style_value(&mut self, _rule: &ScrollMarginStyleValue)

§

fn visit_table_layout_style_value(&mut self, _rule: &TableLayoutStyleValue)

§

fn exit_table_layout_style_value(&mut self, _rule: &TableLayoutStyleValue)

§

fn visit_dashed_ident(&mut self, _rule: &DashedIdent)

§

fn exit_dashed_ident(&mut self, _rule: &DashedIdent)

§

fn visit_suffix_style_value<'a>(&mut self, _rule: &SuffixStyleValue<'a>)

§

fn exit_suffix_style_value<'a>(&mut self, _rule: &SuffixStyleValue<'a>)

§

fn visit_footnote_policy_style_value( &mut self, _rule: &FootnotePolicyStyleValue, )

§

fn exit_footnote_policy_style_value(&mut self, _rule: &FootnotePolicyStyleValue)

§

fn visit_text_decoration_style_style_value( &mut self, _rule: &TextDecorationStyleStyleValue, )

§

fn exit_text_decoration_style_style_value( &mut self, _rule: &TextDecorationStyleStyleValue, )

§

fn visit_row_rule_interior_inset_end_style_value( &mut self, _rule: &RowRuleInteriorInsetEndStyleValue, )

§

fn exit_row_rule_interior_inset_end_style_value( &mut self, _rule: &RowRuleInteriorInsetEndStyleValue, )

§

fn visit_dynamic_range_limit_mix_function<'a>( &mut self, _rule: &DynamicRangeLimitMixFunction<'a>, )

§

fn exit_dynamic_range_limit_mix_function<'a>( &mut self, _rule: &DynamicRangeLimitMixFunction<'a>, )

§

fn visit_style_value<'a>(&mut self, _rule: &StyleValue<'a>)

§

fn exit_style_value<'a>(&mut self, _rule: &StyleValue<'a>)

§

fn visit_cue_before_style_value(&mut self, _rule: &CueBeforeStyleValue)

§

fn exit_cue_before_style_value(&mut self, _rule: &CueBeforeStyleValue)

§

fn visit_mask_position_style_value<'a>( &mut self, _rule: &MaskPositionStyleValue<'a>, )

§

fn exit_mask_position_style_value<'a>( &mut self, _rule: &MaskPositionStyleValue<'a>, )

§

fn visit_repetition(&mut self, _rule: &Repetition)

§

fn exit_repetition(&mut self, _rule: &Repetition)

§

fn visit_media_type(&mut self, _rule: &MediaType)

§

fn exit_media_type(&mut self, _rule: &MediaType)

§

fn visit_border_inline_clip_style_value<'a>( &mut self, _rule: &BorderInlineClipStyleValue<'a>, )

§

fn exit_border_inline_clip_style_value<'a>( &mut self, _rule: &BorderInlineClipStyleValue<'a>, )

§

fn visit_block_size_style_value(&mut self, _rule: &BlockSizeStyleValue)

§

fn exit_block_size_style_value(&mut self, _rule: &BlockSizeStyleValue)

§

fn visit_border_boundary_style_value( &mut self, _rule: &BorderBoundaryStyleValue, )

§

fn exit_border_boundary_style_value(&mut self, _rule: &BorderBoundaryStyleValue)

§

fn visit_interest_delay_start_style_value( &mut self, _rule: &InterestDelayStartStyleValue, )

§

fn exit_interest_delay_start_style_value( &mut self, _rule: &InterestDelayStartStyleValue, )

§

fn visit_cursor_image<'a>(&mut self, _rule: &CursorImage<'a>)

§

fn exit_cursor_image<'a>(&mut self, _rule: &CursorImage<'a>)

§

fn visit_opacity_value(&mut self, _rule: &OpacityValue)

§

fn exit_opacity_value(&mut self, _rule: &OpacityValue)

§

fn visit_row_gap_style_value(&mut self, _rule: &RowGapStyleValue)

§

fn exit_row_gap_style_value(&mut self, _rule: &RowGapStyleValue)

§

fn visit_rule_inset_style_value(&mut self, _rule: &RuleInsetStyleValue)

§

fn exit_rule_inset_style_value(&mut self, _rule: &RuleInsetStyleValue)

§

fn visit_margin_right_style_value(&mut self, _rule: &MarginRightStyleValue)

§

fn exit_margin_right_style_value(&mut self, _rule: &MarginRightStyleValue)

§

fn visit_prefers_color_scheme_media_feature( &mut self, _rule: &PrefersColorSchemeMediaFeature, )

§

fn exit_prefers_color_scheme_media_feature( &mut self, _rule: &PrefersColorSchemeMediaFeature, )

§

fn visit_scan_media_feature(&mut self, _rule: &ScanMediaFeature)

§

fn exit_scan_media_feature(&mut self, _rule: &ScanMediaFeature)

§

fn visit_orientation_media_feature_keyword( &mut self, _rule: &OrientationMediaFeatureKeyword, )

§

fn exit_orientation_media_feature_keyword( &mut self, _rule: &OrientationMediaFeatureKeyword, )

§

fn visit_border_block_end_clip_style_value<'a>( &mut self, _rule: &BorderBlockEndClipStyleValue<'a>, )

§

fn exit_border_block_end_clip_style_value<'a>( &mut self, _rule: &BorderBlockEndClipStyleValue<'a>, )

§

fn visit_inherits_value(&mut self, _rule: &InheritsValue)

§

fn exit_inherits_value(&mut self, _rule: &InheritsValue)

§

fn visit_color(&mut self, _rule: &Color)

§

fn exit_color(&mut self, _rule: &Color)

§

fn visit_grid_column_end_style_value(&mut self, _rule: &GridColumnEndStyleValue)

§

fn exit_grid_column_end_style_value(&mut self, _rule: &GridColumnEndStyleValue)

§

fn visit_scroll_margin_block_end_style_value( &mut self, _rule: &ScrollMarginBlockEndStyleValue, )

§

fn exit_scroll_margin_block_end_style_value( &mut self, _rule: &ScrollMarginBlockEndStyleValue, )

§

fn visit_lang_pseudo_function<'a>(&mut self, _rule: &LangPseudoFunction<'a>)

§

fn exit_lang_pseudo_function<'a>(&mut self, _rule: &LangPseudoFunction<'a>)

§

fn visit_keyframes_rule<'a>(&mut self, _rule: &KeyframesRule<'a>)

§

fn exit_keyframes_rule<'a>(&mut self, _rule: &KeyframesRule<'a>)

§

fn visit_webkit_pseudo_element(&mut self, _rule: &WebkitPseudoElement)

§

fn exit_webkit_pseudo_element(&mut self, _rule: &WebkitPseudoElement)

§

fn visit_scroll_timeline_name_style_value<'a>( &mut self, _rule: &ScrollTimelineNameStyleValue<'a>, )

§

fn exit_scroll_timeline_name_style_value<'a>( &mut self, _rule: &ScrollTimelineNameStyleValue<'a>, )

§

fn visit_view_transition_class_style_value<'a>( &mut self, _rule: &ViewTransitionClassStyleValue<'a>, )

§

fn exit_view_transition_class_style_value<'a>( &mut self, _rule: &ViewTransitionClassStyleValue<'a>, )

§

fn visit_moz_functional_pseudo_class( &mut self, _rule: &MozFunctionalPseudoClass, )

§

fn exit_moz_functional_pseudo_class(&mut self, _rule: &MozFunctionalPseudoClass)

§

fn visit_nth(&mut self, _rule: &Nth)

§

fn exit_nth(&mut self, _rule: &Nth)

§

fn visit_translate_function(&mut self, _rule: &TranslateFunction)

§

fn exit_translate_function(&mut self, _rule: &TranslateFunction)

§

fn visit_translate3d_function(&mut self, _rule: &Translate3dFunction)

§

fn exit_translate3d_function(&mut self, _rule: &Translate3dFunction)

§

fn visit_padding_right_style_value(&mut self, _rule: &PaddingRightStyleValue)

§

fn exit_padding_right_style_value(&mut self, _rule: &PaddingRightStyleValue)

§

fn visit_font_synthesis_position_style_value( &mut self, _rule: &FontSynthesisPositionStyleValue, )

§

fn exit_font_synthesis_position_style_value( &mut self, _rule: &FontSynthesisPositionStyleValue, )

§

fn visit_color_space(&mut self, _rule: &ColorSpace)

§

fn exit_color_space(&mut self, _rule: &ColorSpace)

§

fn visit_caret_color_style_value(&mut self, _rule: &CaretColorStyleValue)

§

fn exit_caret_color_style_value(&mut self, _rule: &CaretColorStyleValue)

§

fn visit_scroll_padding_inline_start_style_value( &mut self, _rule: &ScrollPaddingInlineStartStyleValue, )

§

fn exit_scroll_padding_inline_start_style_value( &mut self, _rule: &ScrollPaddingInlineStartStyleValue, )

§

fn visit_column_count_style_value(&mut self, _rule: &ColumnCountStyleValue)

§

fn exit_column_count_style_value(&mut self, _rule: &ColumnCountStyleValue)

§

fn visit_corner_inline_start_shape_style_value( &mut self, _rule: &CornerInlineStartShapeStyleValue, )

§

fn exit_corner_inline_start_shape_style_value( &mut self, _rule: &CornerInlineStartShapeStyleValue, )

§

fn visit_flex_shrink_style_value(&mut self, _rule: &FlexShrinkStyleValue)

§

fn exit_flex_shrink_style_value(&mut self, _rule: &FlexShrinkStyleValue)

§

fn visit_border_right_clip_style_value<'a>( &mut self, _rule: &BorderRightClipStyleValue<'a>, )

§

fn exit_border_right_clip_style_value<'a>( &mut self, _rule: &BorderRightClipStyleValue<'a>, )

§

fn visit_stroke_origin_style_value(&mut self, _rule: &StrokeOriginStyleValue)

§

fn exit_stroke_origin_style_value(&mut self, _rule: &StrokeOriginStyleValue)

§

fn visit_row_rule_edge_inset_start_style_value( &mut self, _rule: &RowRuleEdgeInsetStartStyleValue, )

§

fn exit_row_rule_edge_inset_start_style_value( &mut self, _rule: &RowRuleEdgeInsetStartStyleValue, )

§

fn visit_border_top_right_radius_style_value( &mut self, _rule: &BorderTopRightRadiusStyleValue, )

§

fn exit_border_top_right_radius_style_value( &mut self, _rule: &BorderTopRightRadiusStyleValue, )

§

fn visit_webkit_transform3d_media_feature( &mut self, _rule: &WebkitTransform3dMediaFeature, )

§

fn exit_webkit_transform3d_media_feature( &mut self, _rule: &WebkitTransform3dMediaFeature, )

§

fn visit_font_variant_caps_style_value( &mut self, _rule: &FontVariantCapsStyleValue, )

§

fn exit_font_variant_caps_style_value( &mut self, _rule: &FontVariantCapsStyleValue, )

§

fn visit_angle_or_number(&mut self, _rule: &AngleOrNumber)

§

fn exit_angle_or_number(&mut self, _rule: &AngleOrNumber)

§

fn visit_column_rule_interior_inset_end_style_value( &mut self, _rule: &ColumnRuleInteriorInsetEndStyleValue, )

§

fn exit_column_rule_interior_inset_end_style_value( &mut self, _rule: &ColumnRuleInteriorInsetEndStyleValue, )

§

fn visit_supports_condition<'a>(&mut self, _rule: &SupportsCondition<'a>)

§

fn exit_supports_condition<'a>(&mut self, _rule: &SupportsCondition<'a>)

§

fn visit_row_rule_inset_style_value(&mut self, _rule: &RowRuleInsetStyleValue)

§

fn exit_row_rule_inset_style_value(&mut self, _rule: &RowRuleInsetStyleValue)

§

fn visit_spacing_trim(&mut self, _rule: &SpacingTrim)

§

fn exit_spacing_trim(&mut self, _rule: &SpacingTrim)

§

fn visit_line_width(&mut self, _rule: &LineWidth)

§

fn exit_line_width(&mut self, _rule: &LineWidth)

§

fn visit_row_rule_edge_inset_style_value( &mut self, _rule: &RowRuleEdgeInsetStyleValue, )

§

fn exit_row_rule_edge_inset_style_value( &mut self, _rule: &RowRuleEdgeInsetStyleValue, )

§

fn visit_scroll_initial_target_style_value( &mut self, _rule: &ScrollInitialTargetStyleValue, )

§

fn exit_scroll_initial_target_style_value( &mut self, _rule: &ScrollInitialTargetStyleValue, )

§

fn visit_rotatez_function(&mut self, _rule: &RotatezFunction)

§

fn exit_rotatez_function(&mut self, _rule: &RotatezFunction)

§

fn visit_column_rule_edge_inset_style_value( &mut self, _rule: &ColumnRuleEdgeInsetStyleValue, )

§

fn exit_column_rule_edge_inset_style_value( &mut self, _rule: &ColumnRuleEdgeInsetStyleValue, )

§

fn visit_number_percentage(&mut self, _rule: &NumberPercentage)

§

fn exit_number_percentage(&mut self, _rule: &NumberPercentage)

§

fn visit_text_box_edge_style_value(&mut self, _rule: &TextBoxEdgeStyleValue)

§

fn exit_text_box_edge_style_value(&mut self, _rule: &TextBoxEdgeStyleValue)

§

fn visit_outline_width_style_value(&mut self, _rule: &OutlineWidthStyleValue)

§

fn exit_outline_width_style_value(&mut self, _rule: &OutlineWidthStyleValue)

§

fn visit_view_transition_image_pair_pseudo_element<'a>( &mut self, _rule: &ViewTransitionImagePairPseudoElement<'a>, )

§

fn exit_view_transition_image_pair_pseudo_element<'a>( &mut self, _rule: &ViewTransitionImagePairPseudoElement<'a>, )

§

fn visit_content_function(&mut self, _rule: &ContentFunction)

§

fn exit_content_function(&mut self, _rule: &ContentFunction)

§

fn visit_color_stripe(&mut self, _rule: &ColorStripe)

§

fn exit_color_stripe(&mut self, _rule: &ColorStripe)

§

fn visit_heading_pseudo_function<'a>( &mut self, _rule: &HeadingPseudoFunction<'a>, )

§

fn exit_heading_pseudo_function<'a>( &mut self, _rule: &HeadingPseudoFunction<'a>, )

§

fn visit_border_block_start_clip_style_value<'a>( &mut self, _rule: &BorderBlockStartClipStyleValue<'a>, )

§

fn exit_border_block_start_clip_style_value<'a>( &mut self, _rule: &BorderBlockStartClipStyleValue<'a>, )

§

fn visit_border_left_style_value(&mut self, _rule: &BorderLeftStyleValue)

§

fn exit_border_left_style_value(&mut self, _rule: &BorderLeftStyleValue)

§

fn visit_has_pseudo_function<'a>(&mut self, _rule: &HasPseudoFunction<'a>)

§

fn exit_has_pseudo_function<'a>(&mut self, _rule: &HasPseudoFunction<'a>)

§

fn visit_symbols_type(&mut self, _rule: &SymbolsType)

§

fn exit_symbols_type(&mut self, _rule: &SymbolsType)

§

fn visit_host_context_pseudo_function<'a>( &mut self, _rule: &HostContextPseudoFunction<'a>, )

§

fn exit_host_context_pseudo_function<'a>( &mut self, _rule: &HostContextPseudoFunction<'a>, )

§

fn visit_border_top_style_value(&mut self, _rule: &BorderTopStyleValue)

§

fn exit_border_top_style_value(&mut self, _rule: &BorderTopStyleValue)

§

fn visit_line_height_style_value(&mut self, _rule: &LineHeightStyleValue)

§

fn exit_line_height_style_value(&mut self, _rule: &LineHeightStyleValue)

§

fn visit_transition_delay_style_value<'a>( &mut self, _rule: &TransitionDelayStyleValue<'a>, )

§

fn exit_transition_delay_style_value<'a>( &mut self, _rule: &TransitionDelayStyleValue<'a>, )

§

fn visit_row_rule_interior_inset_style_value( &mut self, _rule: &RowRuleInteriorInsetStyleValue, )

§

fn exit_row_rule_interior_inset_style_value( &mut self, _rule: &RowRuleInteriorInsetStyleValue, )

§

fn visit_width_container_feature(&mut self, _rule: &WidthContainerFeature)

§

fn exit_width_container_feature(&mut self, _rule: &WidthContainerFeature)

§

fn visit_padding_left_style_value(&mut self, _rule: &PaddingLeftStyleValue)

§

fn exit_padding_left_style_value(&mut self, _rule: &PaddingLeftStyleValue)

§

fn visit_target_counter_function<'a>( &mut self, _rule: &TargetCounterFunction<'a>, )

§

fn exit_target_counter_function<'a>( &mut self, _rule: &TargetCounterFunction<'a>, )

§

fn visit_style_rule<'a>(&mut self, _rule: &StyleRule<'a>)

§

fn exit_style_rule<'a>(&mut self, _rule: &StyleRule<'a>)

§

fn visit_rule_width_style_value<'a>(&mut self, _rule: &RuleWidthStyleValue<'a>)

§

fn exit_rule_width_style_value<'a>(&mut self, _rule: &RuleWidthStyleValue<'a>)

§

fn visit_border_block_clip_style_value<'a>( &mut self, _rule: &BorderBlockClipStyleValue<'a>, )

§

fn exit_border_block_clip_style_value<'a>( &mut self, _rule: &BorderBlockClipStyleValue<'a>, )

§

fn visit_counter_style<'a>(&mut self, _rule: &CounterStyle<'a>)

§

fn exit_counter_style<'a>(&mut self, _rule: &CounterStyle<'a>)

§

fn visit_scroll_snap_stop_style_value( &mut self, _rule: &ScrollSnapStopStyleValue, )

§

fn exit_scroll_snap_stop_style_value( &mut self, _rule: &ScrollSnapStopStyleValue, )

§

fn visit_view_timeline_inset_style_value<'a>( &mut self, _rule: &ViewTimelineInsetStyleValue<'a>, )

§

fn exit_view_timeline_inset_style_value<'a>( &mut self, _rule: &ViewTimelineInsetStyleValue<'a>, )

§

fn visit_container_feature<'a>(&mut self, _rule: &ContainerFeature<'a>)

§

fn exit_container_feature<'a>(&mut self, _rule: &ContainerFeature<'a>)

§

fn visit_lighting_color_style_value(&mut self, _rule: &LightingColorStyleValue)

§

fn exit_lighting_color_style_value(&mut self, _rule: &LightingColorStyleValue)

§

fn visit_container_condition_list<'a>( &mut self, _rule: &ContainerConditionList<'a>, )

§

fn exit_container_condition_list<'a>( &mut self, _rule: &ContainerConditionList<'a>, )

§

fn visit_flex_basis_style_value(&mut self, _rule: &FlexBasisStyleValue)

§

fn exit_flex_basis_style_value(&mut self, _rule: &FlexBasisStyleValue)

§

fn visit_spatial_navigation_action_style_value( &mut self, _rule: &SpatialNavigationActionStyleValue, )

§

fn exit_spatial_navigation_action_style_value( &mut self, _rule: &SpatialNavigationActionStyleValue, )

§

fn visit_inverted_colors_media_feature( &mut self, _rule: &InvertedColorsMediaFeature, )

§

fn exit_inverted_colors_media_feature( &mut self, _rule: &InvertedColorsMediaFeature, )

§

fn visit_overflow_block_media_feature_keyword( &mut self, _rule: &OverflowBlockMediaFeatureKeyword, )

§

fn exit_overflow_block_media_feature_keyword( &mut self, _rule: &OverflowBlockMediaFeatureKeyword, )

§

fn visit_border_inline_color_style_value<'a>( &mut self, _rule: &BorderInlineColorStyleValue<'a>, )

§

fn exit_border_inline_color_style_value<'a>( &mut self, _rule: &BorderInlineColorStyleValue<'a>, )

§

fn visit_mask_clip_style_value<'a>(&mut self, _rule: &MaskClipStyleValue<'a>)

§

fn exit_mask_clip_style_value<'a>(&mut self, _rule: &MaskClipStyleValue<'a>)

§

fn visit_transition_timing_function_style_value<'a>( &mut self, _rule: &TransitionTimingFunctionStyleValue<'a>, )

§

fn exit_transition_timing_function_style_value<'a>( &mut self, _rule: &TransitionTimingFunctionStyleValue<'a>, )

§

fn visit_rotatex_function(&mut self, _rule: &RotatexFunction)

§

fn exit_rotatex_function(&mut self, _rule: &RotatexFunction)

§

fn visit_margin_left_style_value(&mut self, _rule: &MarginLeftStyleValue)

§

fn exit_margin_left_style_value(&mut self, _rule: &MarginLeftStyleValue)

§

fn visit_offset_distance_style_value( &mut self, _rule: &OffsetDistanceStyleValue, )

§

fn exit_offset_distance_style_value(&mut self, _rule: &OffsetDistanceStyleValue)

§

fn visit_position(&mut self, _rule: &Position)

§

fn exit_position(&mut self, _rule: &Position)

§

fn visit_margin_rule<'a>(&mut self, _rule: &MarginRule<'a>)

§

fn exit_margin_rule<'a>(&mut self, _rule: &MarginRule<'a>)

§

fn visit_layer_name_list<'a>(&mut self, _rule: &LayerNameList<'a>)

§

fn exit_layer_name_list<'a>(&mut self, _rule: &LayerNameList<'a>)

§

fn visit_stroke_position_style_value<'a>( &mut self, _rule: &StrokePositionStyleValue<'a>, )

§

fn exit_stroke_position_style_value<'a>( &mut self, _rule: &StrokePositionStyleValue<'a>, )

§

fn visit_shadow(&mut self, _rule: &Shadow)

§

fn exit_shadow(&mut self, _rule: &Shadow)

§

fn visit_grid_line(&mut self, _rule: &GridLine)

§

fn exit_grid_line(&mut self, _rule: &GridLine)

§

fn visit_view_transition_old_pseudo_element<'a>( &mut self, _rule: &ViewTransitionOldPseudoElement<'a>, )

§

fn exit_view_transition_old_pseudo_element<'a>( &mut self, _rule: &ViewTransitionOldPseudoElement<'a>, )

§

fn visit_display_box(&mut self, _rule: &DisplayBox)

§

fn exit_display_box(&mut self, _rule: &DisplayBox)

§

fn visit_background_repeat_inline_style_value<'a>( &mut self, _rule: &BackgroundRepeatInlineStyleValue<'a>, )

§

fn exit_background_repeat_inline_style_value<'a>( &mut self, _rule: &BackgroundRepeatInlineStyleValue<'a>, )

§

fn visit_shape_padding_style_value(&mut self, _rule: &ShapePaddingStyleValue)

§

fn exit_shape_padding_style_value(&mut self, _rule: &ShapePaddingStyleValue)

§

fn visit_corner_right_shape_style_value( &mut self, _rule: &CornerRightShapeStyleValue, )

§

fn exit_corner_right_shape_style_value( &mut self, _rule: &CornerRightShapeStyleValue, )

§

fn visit_symbols_function_params<'a>( &mut self, _rule: &SymbolsFunctionParams<'a>, )

§

fn exit_symbols_function_params<'a>( &mut self, _rule: &SymbolsFunctionParams<'a>, )

§

fn visit_text_decoration_thickness_style_value( &mut self, _rule: &TextDecorationThicknessStyleValue, )

§

fn exit_text_decoration_thickness_style_value( &mut self, _rule: &TextDecorationThicknessStyleValue, )

§

fn visit_pointer_events_style_value(&mut self, _rule: &PointerEventsStyleValue)

§

fn exit_pointer_events_style_value(&mut self, _rule: &PointerEventsStyleValue)

§

fn visit_border_width_style_value(&mut self, _rule: &BorderWidthStyleValue)

§

fn exit_border_width_style_value(&mut self, _rule: &BorderWidthStyleValue)

§

fn visit_o_device_pixel_ratio_media_feature( &mut self, _rule: &ODevicePixelRatioMediaFeature, )

§

fn exit_o_device_pixel_ratio_media_feature( &mut self, _rule: &ODevicePixelRatioMediaFeature, )

§

fn visit_grid_auto_rows_style_value<'a>( &mut self, _rule: &GridAutoRowsStyleValue<'a>, )

§

fn exit_grid_auto_rows_style_value<'a>( &mut self, _rule: &GridAutoRowsStyleValue<'a>, )

§

fn visit_animation_name_style_value<'a>( &mut self, _rule: &AnimationNameStyleValue<'a>, )

§

fn exit_animation_name_style_value<'a>( &mut self, _rule: &AnimationNameStyleValue<'a>, )

§

fn visit_background_clip_style_value<'a>( &mut self, _rule: &BackgroundClipStyleValue<'a>, )

§

fn exit_background_clip_style_value<'a>( &mut self, _rule: &BackgroundClipStyleValue<'a>, )

§

fn visit_fill_position_style_value<'a>( &mut self, _rule: &FillPositionStyleValue<'a>, )

§

fn exit_fill_position_style_value<'a>( &mut self, _rule: &FillPositionStyleValue<'a>, )

§

fn visit_nth_col_pseudo_function(&mut self, _rule: &NthColPseudoFunction)

§

fn exit_nth_col_pseudo_function(&mut self, _rule: &NthColPseudoFunction)

§

fn visit_fill_size_style_value<'a>(&mut self, _rule: &FillSizeStyleValue<'a>)

§

fn exit_fill_size_style_value<'a>(&mut self, _rule: &FillSizeStyleValue<'a>)

§

fn visit_tab_size_style_value(&mut self, _rule: &TabSizeStyleValue)

§

fn exit_tab_size_style_value(&mut self, _rule: &TabSizeStyleValue)

§

fn visit_corner_start_start_shape_style_value( &mut self, _rule: &CornerStartStartShapeStyleValue, )

§

fn exit_corner_start_start_shape_style_value( &mut self, _rule: &CornerStartStartShapeStyleValue, )

§

fn visit_id(&mut self, _rule: &Id)

§

fn exit_id(&mut self, _rule: &Id)

§

fn visit_border_inline_end_clip_style_value<'a>( &mut self, _rule: &BorderInlineEndClipStyleValue<'a>, )

§

fn exit_border_inline_end_clip_style_value<'a>( &mut self, _rule: &BorderInlineEndClipStyleValue<'a>, )

§

fn visit_row_rule_break_style_value(&mut self, _rule: &RowRuleBreakStyleValue)

§

fn exit_row_rule_break_style_value(&mut self, _rule: &RowRuleBreakStyleValue)

§

fn visit_baseline_source_style_value( &mut self, _rule: &BaselineSourceStyleValue, )

§

fn exit_baseline_source_style_value(&mut self, _rule: &BaselineSourceStyleValue)

§

fn visit_max_inline_size_style_value(&mut self, _rule: &MaxInlineSizeStyleValue)

§

fn exit_max_inline_size_style_value(&mut self, _rule: &MaxInlineSizeStyleValue)

§

fn visit_length_percentage_or_flex(&mut self, _rule: &LengthPercentageOrFlex)

§

fn exit_length_percentage_or_flex(&mut self, _rule: &LengthPercentageOrFlex)

§

fn visit_cue_after_style_value(&mut self, _rule: &CueAfterStyleValue)

§

fn exit_cue_after_style_value(&mut self, _rule: &CueAfterStyleValue)

§

fn visit_pointer_timeline_axis_style_value<'a>( &mut self, _rule: &PointerTimelineAxisStyleValue<'a>, )

§

fn exit_pointer_timeline_axis_style_value<'a>( &mut self, _rule: &PointerTimelineAxisStyleValue<'a>, )

§

fn visit_overflow_style_value(&mut self, _rule: &OverflowStyleValue)

§

fn exit_overflow_style_value(&mut self, _rule: &OverflowStyleValue)

§

fn visit_any_hover_media_feature(&mut self, _rule: &AnyHoverMediaFeature)

§

fn exit_any_hover_media_feature(&mut self, _rule: &AnyHoverMediaFeature)

§

fn visit_mix_blend_mode_style_value(&mut self, _rule: &MixBlendModeStyleValue)

§

fn exit_mix_blend_mode_style_value(&mut self, _rule: &MixBlendModeStyleValue)

§

fn visit_hyphenate_character_style_value( &mut self, _rule: &HyphenateCharacterStyleValue, )

§

fn exit_hyphenate_character_style_value( &mut self, _rule: &HyphenateCharacterStyleValue, )

§

fn visit_document_rule<'a>(&mut self, _rule: &DocumentRule<'a>)

§

fn exit_document_rule<'a>(&mut self, _rule: &DocumentRule<'a>)

§

fn visit_overflow_anchor_style_value( &mut self, _rule: &OverflowAnchorStyleValue, )

§

fn exit_overflow_anchor_style_value(&mut self, _rule: &OverflowAnchorStyleValue)

§

fn visit_prefers_color_scheme_media_feature_keyword( &mut self, _rule: &PrefersColorSchemeMediaFeatureKeyword, )

§

fn exit_prefers_color_scheme_media_feature_keyword( &mut self, _rule: &PrefersColorSchemeMediaFeatureKeyword, )

§

fn visit_item_direction_style_value(&mut self, _rule: &ItemDirectionStyleValue)

§

fn exit_item_direction_style_value(&mut self, _rule: &ItemDirectionStyleValue)

§

fn visit_ruby_merge_style_value(&mut self, _rule: &RubyMergeStyleValue)

§

fn exit_ruby_merge_style_value(&mut self, _rule: &RubyMergeStyleValue)

§

fn visit_any_hover_media_feature_keyword( &mut self, _rule: &AnyHoverMediaFeatureKeyword, )

§

fn exit_any_hover_media_feature_keyword( &mut self, _rule: &AnyHoverMediaFeatureKeyword, )

§

fn visit_animation_play_state_style_value<'a>( &mut self, _rule: &AnimationPlayStateStyleValue<'a>, )

§

fn exit_animation_play_state_style_value<'a>( &mut self, _rule: &AnimationPlayStateStyleValue<'a>, )

§

fn visit_translatey_function(&mut self, _rule: &TranslateyFunction)

§

fn exit_translatey_function(&mut self, _rule: &TranslateyFunction)

§

fn visit_scroll_margin_right_style_value( &mut self, _rule: &ScrollMarginRightStyleValue, )

§

fn exit_scroll_margin_right_style_value( &mut self, _rule: &ScrollMarginRightStyleValue, )

§

fn visit_scroll_padding_inline_style_value( &mut self, _rule: &ScrollPaddingInlineStyleValue, )

§

fn exit_scroll_padding_inline_style_value( &mut self, _rule: &ScrollPaddingInlineStyleValue, )

§

fn visit_scale_function(&mut self, _rule: &ScaleFunction)

§

fn exit_scale_function(&mut self, _rule: &ScaleFunction)

§

fn visit_scroll_margin_inline_start_style_value( &mut self, _rule: &ScrollMarginInlineStartStyleValue, )

§

fn exit_scroll_margin_inline_start_style_value( &mut self, _rule: &ScrollMarginInlineStartStyleValue, )

§

fn visit_padding_top_style_value(&mut self, _rule: &PaddingTopStyleValue)

§

fn exit_padding_top_style_value(&mut self, _rule: &PaddingTopStyleValue)

§

fn visit_supports_rule<'a>(&mut self, _rule: &SupportsRule<'a>)

§

fn exit_supports_rule<'a>(&mut self, _rule: &SupportsRule<'a>)

§

fn visit_border_image_source_style_value<'a>( &mut self, _rule: &BorderImageSourceStyleValue<'a>, )

§

fn exit_border_image_source_style_value<'a>( &mut self, _rule: &BorderImageSourceStyleValue<'a>, )

§

fn visit_text_orientation_style_value( &mut self, _rule: &TextOrientationStyleValue, )

§

fn exit_text_orientation_style_value( &mut self, _rule: &TextOrientationStyleValue, )

§

fn visit_html_non_standard_tag(&mut self, _rule: &HtmlNonStandardTag)

§

fn exit_html_non_standard_tag(&mut self, _rule: &HtmlNonStandardTag)

§

fn visit_border_right_style_style_value( &mut self, _rule: &BorderRightStyleStyleValue, )

§

fn exit_border_right_style_style_value( &mut self, _rule: &BorderRightStyleStyleValue, )

§

fn visit_overflow_wrap_style_value(&mut self, _rule: &OverflowWrapStyleValue)

§

fn exit_overflow_wrap_style_value(&mut self, _rule: &OverflowWrapStyleValue)

§

fn visit_border_right_style_value(&mut self, _rule: &BorderRightStyleValue)

§

fn exit_border_right_style_value(&mut self, _rule: &BorderRightStyleValue)

§

fn visit_stuck_scroll_state_feature_keyword( &mut self, _rule: &StuckScrollStateFeatureKeyword, )

§

fn exit_stuck_scroll_state_feature_keyword( &mut self, _rule: &StuckScrollStateFeatureKeyword, )

§

fn visit_syntax_value(&mut self, _rule: &SyntaxValue)

§

fn exit_syntax_value(&mut self, _rule: &SyntaxValue)

§

fn visit_flood_color_style_value(&mut self, _rule: &FloodColorStyleValue)

§

fn exit_flood_color_style_value(&mut self, _rule: &FloodColorStyleValue)

§

fn visit_height_media_feature(&mut self, _rule: &HeightMediaFeature)

§

fn exit_height_media_feature(&mut self, _rule: &HeightMediaFeature)

§

fn visit_hwb_function_params(&mut self, _rule: &HwbFunctionParams)

§

fn exit_hwb_function_params(&mut self, _rule: &HwbFunctionParams)

§

fn visit_picker_pseudo_element(&mut self, _rule: &PickerPseudoElement)

§

fn exit_picker_pseudo_element(&mut self, _rule: &PickerPseudoElement)

§

fn visit_symbol<'a>(&mut self, _rule: &Symbol<'a>)

§

fn exit_symbol<'a>(&mut self, _rule: &Symbol<'a>)

§

fn visit_fallback_style_value(&mut self, _rule: &FallbackStyleValue)

§

fn exit_fallback_style_value(&mut self, _rule: &FallbackStyleValue)

§

fn visit_bg_size(&mut self, _rule: &BgSize)

§

fn exit_bg_size(&mut self, _rule: &BgSize)

§

fn visit_display_outside(&mut self, _rule: &DisplayOutside)

§

fn exit_display_outside(&mut self, _rule: &DisplayOutside)

§

fn visit_padding_inline_end_style_value( &mut self, _rule: &PaddingInlineEndStyleValue, )

§

fn exit_padding_inline_end_style_value( &mut self, _rule: &PaddingInlineEndStyleValue, )

§

fn visit_word_spacing_style_value(&mut self, _rule: &WordSpacingStyleValue)

§

fn exit_word_spacing_style_value(&mut self, _rule: &WordSpacingStyleValue)

§

fn visit_view_transition_new_pseudo_element<'a>( &mut self, _rule: &ViewTransitionNewPseudoElement<'a>, )

§

fn exit_view_transition_new_pseudo_element<'a>( &mut self, _rule: &ViewTransitionNewPseudoElement<'a>, )

§

fn visit_layer_rule<'a>(&mut self, _rule: &LayerRule<'a>)

§

fn exit_layer_rule<'a>(&mut self, _rule: &LayerRule<'a>)

§

fn visit_orientation_container_feature( &mut self, _rule: &OrientationContainerFeature, )

§

fn exit_orientation_container_feature( &mut self, _rule: &OrientationContainerFeature, )

§

fn visit_content_keyword(&mut self, _rule: &ContentKeyword)

§

fn exit_content_keyword(&mut self, _rule: &ContentKeyword)

§

fn visit_background_origin_style_value<'a>( &mut self, _rule: &BackgroundOriginStyleValue<'a>, )

§

fn exit_background_origin_style_value<'a>( &mut self, _rule: &BackgroundOriginStyleValue<'a>, )

§

fn visit_ruby_overhang_style_value(&mut self, _rule: &RubyOverhangStyleValue)

§

fn exit_ruby_overhang_style_value(&mut self, _rule: &RubyOverhangStyleValue)

§

fn visit_max_block_size_style_value(&mut self, _rule: &MaxBlockSizeStyleValue)

§

fn exit_max_block_size_style_value(&mut self, _rule: &MaxBlockSizeStyleValue)

§

fn visit_running_style_value(&mut self, _rule: &RunningStyleValue)

§

fn exit_running_style_value(&mut self, _rule: &RunningStyleValue)

§

fn visit_functional_pseudo_element<'a>( &mut self, _rule: &FunctionalPseudoElement<'a>, )

§

fn exit_functional_pseudo_element<'a>( &mut self, _rule: &FunctionalPseudoElement<'a>, )

§

fn visit_page_rule<'a>(&mut self, _rule: &PageRule<'a>)

§

fn exit_page_rule<'a>(&mut self, _rule: &PageRule<'a>)

§

fn visit_stripes_function<'a>(&mut self, _rule: &StripesFunction<'a>)

§

fn exit_stripes_function<'a>(&mut self, _rule: &StripesFunction<'a>)

§

fn visit_rule_overlap_style_value(&mut self, _rule: &RuleOverlapStyleValue)

§

fn exit_rule_overlap_style_value(&mut self, _rule: &RuleOverlapStyleValue)

§

fn visit_media_pre_condition(&mut self, _rule: &MediaPreCondition)

§

fn exit_media_pre_condition(&mut self, _rule: &MediaPreCondition)

§

fn visit_background_repeat_x_style_value<'a>( &mut self, _rule: &BackgroundRepeatXStyleValue<'a>, )

§

fn exit_background_repeat_x_style_value<'a>( &mut self, _rule: &BackgroundRepeatXStyleValue<'a>, )

§

fn visit_device_width_media_feature(&mut self, _rule: &DeviceWidthMediaFeature)

§

fn exit_device_width_media_feature(&mut self, _rule: &DeviceWidthMediaFeature)

§

fn visit_unknown_qualified_rule<'a>(&mut self, _rule: &UnknownQualifiedRule<'a>)

§

fn exit_unknown_qualified_rule<'a>(&mut self, _rule: &UnknownQualifiedRule<'a>)

§

fn visit_list_style_position_style_value( &mut self, _rule: &ListStylePositionStyleValue, )

§

fn exit_list_style_position_style_value( &mut self, _rule: &ListStylePositionStyleValue, )

§

fn visit_page_selector_list<'a>(&mut self, _rule: &PageSelectorList<'a>)

§

fn exit_page_selector_list<'a>(&mut self, _rule: &PageSelectorList<'a>)

§

fn visit_prefers_reduced_data_media_feature( &mut self, _rule: &PrefersReducedDataMediaFeature, )

§

fn exit_prefers_reduced_data_media_feature( &mut self, _rule: &PrefersReducedDataMediaFeature, )

§

fn visit_webkit_device_pixel_ratio_media_feature( &mut self, _rule: &WebkitDevicePixelRatioMediaFeature, )

§

fn exit_webkit_device_pixel_ratio_media_feature( &mut self, _rule: &WebkitDevicePixelRatioMediaFeature, )

§

fn visit_ratio(&mut self, _rule: &Ratio)

§

fn exit_ratio(&mut self, _rule: &Ratio)

§

fn visit_string_or_url(&mut self, _rule: &StringOrUrl)

§

fn exit_string_or_url(&mut self, _rule: &StringOrUrl)

§

fn visit_dynamic_range_limit_style_value<'a>( &mut self, _rule: &DynamicRangeLimitStyleValue<'a>, )

§

fn exit_dynamic_range_limit_style_value<'a>( &mut self, _rule: &DynamicRangeLimitStyleValue<'a>, )

§

fn visit_keyframes_name(&mut self, _rule: &KeyframesName)

§

fn exit_keyframes_name(&mut self, _rule: &KeyframesName)

§

fn visit_fill_color_style_value(&mut self, _rule: &FillColorStyleValue)

§

fn exit_fill_color_style_value(&mut self, _rule: &FillColorStyleValue)

§

fn visit_angle_or_zero(&mut self, _rule: &AngleOrZero)

§

fn exit_angle_or_zero(&mut self, _rule: &AngleOrZero)

§

fn visit_rule_inset_start_style_value( &mut self, _rule: &RuleInsetStartStyleValue, )

§

fn exit_rule_inset_start_style_value( &mut self, _rule: &RuleInsetStartStyleValue, )

§

fn visit_text_decoration_color_style_value( &mut self, _rule: &TextDecorationColorStyleValue, )

§

fn exit_text_decoration_color_style_value( &mut self, _rule: &TextDecorationColorStyleValue, )

§

fn visit_nth_last_child_pseudo_function( &mut self, _rule: &NthLastChildPseudoFunction, )

§

fn exit_nth_last_child_pseudo_function( &mut self, _rule: &NthLastChildPseudoFunction, )

§

fn visit_inverted_colors_media_feature_keyword( &mut self, _rule: &InvertedColorsMediaFeatureKeyword, )

§

fn exit_inverted_colors_media_feature_keyword( &mut self, _rule: &InvertedColorsMediaFeatureKeyword, )

§

fn visit_font_language_override_style_value( &mut self, _rule: &FontLanguageOverrideStyleValue, )

§

fn exit_font_language_override_style_value( &mut self, _rule: &FontLanguageOverrideStyleValue, )

§

fn visit_property_rule_style_value<'a>( &mut self, _rule: &PropertyRuleStyleValue<'a>, )

§

fn exit_property_rule_style_value<'a>( &mut self, _rule: &PropertyRuleStyleValue<'a>, )

§

fn visit_border_inline_end_style_style_value( &mut self, _rule: &BorderInlineEndStyleStyleValue, )

§

fn exit_border_inline_end_style_style_value( &mut self, _rule: &BorderInlineEndStyleStyleValue, )

§

fn visit_hwb_function(&mut self, _rule: &HwbFunction)

§

fn exit_hwb_function(&mut self, _rule: &HwbFunction)

§

fn visit_border_left_style_style_value( &mut self, _rule: &BorderLeftStyleStyleValue, )

§

fn exit_border_left_style_style_value( &mut self, _rule: &BorderLeftStyleStyleValue, )

§

fn visit_font_variant_position_style_value( &mut self, _rule: &FontVariantPositionStyleValue, )

§

fn exit_font_variant_position_style_value( &mut self, _rule: &FontVariantPositionStyleValue, )

§

fn visit_video_dynamic_range_media_feature( &mut self, _rule: &VideoDynamicRangeMediaFeature, )

§

fn exit_video_dynamic_range_media_feature( &mut self, _rule: &VideoDynamicRangeMediaFeature, )

§

fn visit_overflow_x_style_value(&mut self, _rule: &OverflowXStyleValue)

§

fn exit_overflow_x_style_value(&mut self, _rule: &OverflowXStyleValue)

§

fn visit_param_function<'a>(&mut self, _rule: &ParamFunction<'a>)

§

fn exit_param_function<'a>(&mut self, _rule: &ParamFunction<'a>)

§

fn visit_hyphenate_limit_last_style_value( &mut self, _rule: &HyphenateLimitLastStyleValue, )

§

fn exit_hyphenate_limit_last_style_value( &mut self, _rule: &HyphenateLimitLastStyleValue, )

§

fn visit_row_rule_color_style_value(&mut self, _rule: &RowRuleColorStyleValue)

§

fn exit_row_rule_color_style_value(&mut self, _rule: &RowRuleColorStyleValue)

§

fn visit_mask_border_outset_style_value( &mut self, _rule: &MaskBorderOutsetStyleValue, )

§

fn exit_mask_border_outset_style_value( &mut self, _rule: &MaskBorderOutsetStyleValue, )

§

fn visit_outline_style_value<'a>(&mut self, _rule: &OutlineStyleValue<'a>)

§

fn exit_outline_style_value<'a>(&mut self, _rule: &OutlineStyleValue<'a>)

§

fn visit_overflow_inline_media_feature_keyword( &mut self, _rule: &OverflowInlineMediaFeatureKeyword, )

§

fn exit_overflow_inline_media_feature_keyword( &mut self, _rule: &OverflowInlineMediaFeatureKeyword, )

§

fn visit_webkit_distrubuted_functional_pseudo_element<'a>( &mut self, _rule: &WebkitDistrubutedFunctionalPseudoElement<'a>, )

§

fn exit_webkit_distrubuted_functional_pseudo_element<'a>( &mut self, _rule: &WebkitDistrubutedFunctionalPseudoElement<'a>, )

§

fn visit_line_width_or_repeat<'a>(&mut self, _rule: &LineWidthOrRepeat<'a>)

§

fn exit_line_width_or_repeat<'a>(&mut self, _rule: &LineWidthOrRepeat<'a>)

§

fn visit_scrollable_scroll_state_feature( &mut self, _rule: &ScrollableScrollStateFeature, )

§

fn exit_scrollable_scroll_state_feature( &mut self, _rule: &ScrollableScrollStateFeature, )

§

fn visit_border_block_end_color_style_value<'a>( &mut self, _rule: &BorderBlockEndColorStyleValue<'a>, )

§

fn exit_border_block_end_color_style_value<'a>( &mut self, _rule: &BorderBlockEndColorStyleValue<'a>, )

§

fn visit_rule_edge_inset_style_value(&mut self, _rule: &RuleEdgeInsetStyleValue)

§

fn exit_rule_edge_inset_style_value(&mut self, _rule: &RuleEdgeInsetStyleValue)

§

fn visit_single_transition_property(&mut self, _rule: &SingleTransitionProperty)

§

fn exit_single_transition_property(&mut self, _rule: &SingleTransitionProperty)

§

fn visit_single_animation_iteration_count( &mut self, _rule: &SingleAnimationIterationCount, )

§

fn exit_single_animation_iteration_count( &mut self, _rule: &SingleAnimationIterationCount, )

§

fn visit_attribute_modifier(&mut self, _rule: &AttributeModifier)

§

fn exit_attribute_modifier(&mut self, _rule: &AttributeModifier)

§

fn visit_negative_style_value<'a>(&mut self, _rule: &NegativeStyleValue<'a>)

§

fn exit_negative_style_value<'a>(&mut self, _rule: &NegativeStyleValue<'a>)

§

fn visit_dominant_baseline_style_value( &mut self, _rule: &DominantBaselineStyleValue, )

§

fn exit_dominant_baseline_style_value( &mut self, _rule: &DominantBaselineStyleValue, )

§

fn visit_border_bottom_left_radius_style_value( &mut self, _rule: &BorderBottomLeftRadiusStyleValue, )

§

fn exit_border_bottom_left_radius_style_value( &mut self, _rule: &BorderBottomLeftRadiusStyleValue, )

§

fn exit_length(&mut self, _rule: &Length)

§

fn visit_hsla_function(&mut self, _rule: &HslaFunction)

§

fn exit_hsla_function(&mut self, _rule: &HslaFunction)

§

fn visit_pointer_timeline_style_value<'a>( &mut self, _rule: &PointerTimelineStyleValue<'a>, )

§

fn exit_pointer_timeline_style_value<'a>( &mut self, _rule: &PointerTimelineStyleValue<'a>, )

§

fn visit_box_sizing_style_value(&mut self, _rule: &BoxSizingStyleValue)

§

fn exit_box_sizing_style_value(&mut self, _rule: &BoxSizingStyleValue)

§

fn visit_accent_color_style_value(&mut self, _rule: &AccentColorStyleValue)

§

fn exit_accent_color_style_value(&mut self, _rule: &AccentColorStyleValue)

§

fn visit_right_style_value(&mut self, _rule: &RightStyleValue)

§

fn exit_right_style_value(&mut self, _rule: &RightStyleValue)

§

fn visit_webkit_line_clamp_style_value( &mut self, _rule: &WebkitLineClampStyleValue, )

§

fn exit_webkit_line_clamp_style_value( &mut self, _rule: &WebkitLineClampStyleValue, )

§

fn visit_corner_end_start_shape_style_value( &mut self, _rule: &CornerEndStartShapeStyleValue, )

§

fn exit_corner_end_start_shape_style_value( &mut self, _rule: &CornerEndStartShapeStyleValue, )

§

fn visit_unknown_tag(&mut self, _rule: &UnknownTag)

§

fn exit_unknown_tag(&mut self, _rule: &UnknownTag)

§

fn visit_overflow_y_style_value(&mut self, _rule: &OverflowYStyleValue)

§

fn exit_overflow_y_style_value(&mut self, _rule: &OverflowYStyleValue)

§

fn visit_margin_top_style_value(&mut self, _rule: &MarginTopStyleValue)

§

fn exit_margin_top_style_value(&mut self, _rule: &MarginTopStyleValue)

§

fn visit_wrap_through_style_value(&mut self, _rule: &WrapThroughStyleValue)

§

fn exit_wrap_through_style_value(&mut self, _rule: &WrapThroughStyleValue)

§

fn visit_speak_as_style_value(&mut self, _rule: &SpeakAsStyleValue)

§

fn exit_speak_as_style_value(&mut self, _rule: &SpeakAsStyleValue)

§

fn visit_family_name<'a>(&mut self, _rule: &FamilyName<'a>)

§

fn exit_family_name<'a>(&mut self, _rule: &FamilyName<'a>)

§

fn visit_horizontal_viewport_segments_media_feature( &mut self, _rule: &HorizontalViewportSegmentsMediaFeature, )

§

fn exit_horizontal_viewport_segments_media_feature( &mut self, _rule: &HorizontalViewportSegmentsMediaFeature, )

§

fn visit_repeat_function_params<'a>(&mut self, _rule: &RepeatFunctionParams<'a>)

§

fn exit_repeat_function_params<'a>(&mut self, _rule: &RepeatFunctionParams<'a>)

§

fn visit_text_wrap_style_value(&mut self, _rule: &TextWrapStyleValue)

§

fn exit_text_wrap_style_value(&mut self, _rule: &TextWrapStyleValue)

§

fn visit_resize_style_value(&mut self, _rule: &ResizeStyleValue)

§

fn exit_resize_style_value(&mut self, _rule: &ResizeStyleValue)

§

fn visit_document_matcher(&mut self, _rule: &DocumentMatcher)

§

fn exit_document_matcher(&mut self, _rule: &DocumentMatcher)

§

fn visit_attribute_value(&mut self, _rule: &AttributeValue)

§

fn exit_attribute_value(&mut self, _rule: &AttributeValue)

§

fn visit_corner_end_end_shape_style_value( &mut self, _rule: &CornerEndEndShapeStyleValue, )

§

fn exit_corner_end_end_shape_style_value( &mut self, _rule: &CornerEndEndShapeStyleValue, )

§

fn visit_stroke_break_style_value(&mut self, _rule: &StrokeBreakStyleValue)

§

fn exit_stroke_break_style_value(&mut self, _rule: &StrokeBreakStyleValue)

§

fn visit_overflow_clip_margin_inline_style_value( &mut self, _rule: &OverflowClipMarginInlineStyleValue, )

§

fn exit_overflow_clip_margin_inline_style_value( &mut self, _rule: &OverflowClipMarginInlineStyleValue, )

§

fn visit_scrollbar_width_style_value( &mut self, _rule: &ScrollbarWidthStyleValue, )

§

fn exit_scrollbar_width_style_value(&mut self, _rule: &ScrollbarWidthStyleValue)

§

fn visit_repeat_function<'a>(&mut self, _rule: &RepeatFunction<'a>)

§

fn exit_repeat_function<'a>(&mut self, _rule: &RepeatFunction<'a>)

§

fn visit_scrollable_scroll_state_feature_keyword( &mut self, _rule: &ScrollableScrollStateFeatureKeyword, )

§

fn exit_scrollable_scroll_state_feature_keyword( &mut self, _rule: &ScrollableScrollStateFeatureKeyword, )

§

fn visit_moz_device_orientation_media_feature( &mut self, _rule: &MozDeviceOrientationMediaFeature, )

§

fn exit_moz_device_orientation_media_feature( &mut self, _rule: &MozDeviceOrientationMediaFeature, )

§

fn visit_not_pseudo_function<'a>(&mut self, _rule: &NotPseudoFunction<'a>)

§

fn exit_not_pseudo_function<'a>(&mut self, _rule: &NotPseudoFunction<'a>)

§

fn visit_timeline_range_name(&mut self, _rule: &TimelineRangeName)

§

fn exit_timeline_range_name(&mut self, _rule: &TimelineRangeName)

§

fn visit_border_block_color_style_value<'a>( &mut self, _rule: &BorderBlockColorStyleValue<'a>, )

§

fn exit_border_block_color_style_value<'a>( &mut self, _rule: &BorderBlockColorStyleValue<'a>, )

§

fn visit_part_pseudo_element<'a>(&mut self, _rule: &PartPseudoElement<'a>)

§

fn exit_part_pseudo_element<'a>(&mut self, _rule: &PartPseudoElement<'a>)

§

fn visit_column_rule_style_style_value( &mut self, _rule: &ColumnRuleStyleStyleValue, )

§

fn exit_column_rule_style_style_value( &mut self, _rule: &ColumnRuleStyleStyleValue, )

§

fn visit_border_left_color_style_value<'a>( &mut self, _rule: &BorderLeftColorStyleValue<'a>, )

§

fn exit_border_left_color_style_value<'a>( &mut self, _rule: &BorderLeftColorStyleValue<'a>, )

§

fn visit_media_feature(&mut self, _rule: &MediaFeature)

§

fn exit_media_feature(&mut self, _rule: &MediaFeature)

§

fn visit_border_block_start_style_value( &mut self, _rule: &BorderBlockStartStyleValue, )

§

fn exit_border_block_start_style_value( &mut self, _rule: &BorderBlockStartStyleValue, )

§

fn visit_bookmark_label_style_value<'a>( &mut self, _rule: &BookmarkLabelStyleValue<'a>, )

§

fn exit_bookmark_label_style_value<'a>( &mut self, _rule: &BookmarkLabelStyleValue<'a>, )

§

fn visit_webkit_video_playable_inline_media_feature( &mut self, _rule: &WebkitVideoPlayableInlineMediaFeature, )

§

fn exit_webkit_video_playable_inline_media_feature( &mut self, _rule: &WebkitVideoPlayableInlineMediaFeature, )

§

fn visit_animation_action(&mut self, _rule: &AnimationAction)

§

fn exit_animation_action(&mut self, _rule: &AnimationAction)

§

fn visit_ruby_align_style_value(&mut self, _rule: &RubyAlignStyleValue)

§

fn exit_ruby_align_style_value(&mut self, _rule: &RubyAlignStyleValue)

§

fn visit_leader_function(&mut self, _rule: &LeaderFunction)

§

fn exit_leader_function(&mut self, _rule: &LeaderFunction)

§

fn visit_inline_sizing_style_value(&mut self, _rule: &InlineSizingStyleValue)

§

fn exit_inline_sizing_style_value(&mut self, _rule: &InlineSizingStyleValue)

§

fn visit_animation_direction_style_value<'a>( &mut self, _rule: &AnimationDirectionStyleValue<'a>, )

§

fn exit_animation_direction_style_value<'a>( &mut self, _rule: &AnimationDirectionStyleValue<'a>, )

§

fn visit_pointer_timeline_name_style_value<'a>( &mut self, _rule: &PointerTimelineNameStyleValue<'a>, )

§

fn exit_pointer_timeline_name_style_value<'a>( &mut self, _rule: &PointerTimelineNameStyleValue<'a>, )

§

fn visit_time(&mut self, _rule: &Time)

§

fn exit_time(&mut self, _rule: &Time)

§

fn visit_rgba_function(&mut self, _rule: &RgbaFunction)

§

fn exit_rgba_function(&mut self, _rule: &RgbaFunction)

§

fn visit_unicode_bidi_style_value(&mut self, _rule: &UnicodeBidiStyleValue)

§

fn exit_unicode_bidi_style_value(&mut self, _rule: &UnicodeBidiStyleValue)

§

fn visit_cursor_predefined(&mut self, _rule: &CursorPredefined)

§

fn exit_cursor_predefined(&mut self, _rule: &CursorPredefined)

§

fn visit_position_area(&mut self, _rule: &PositionArea)

§

fn exit_position_area(&mut self, _rule: &PositionArea)

§

fn visit_container_rule<'a>(&mut self, _rule: &ContainerRule<'a>)

§

fn exit_container_rule<'a>(&mut self, _rule: &ContainerRule<'a>)

§

fn visit_overflow_inline_media_feature( &mut self, _rule: &OverflowInlineMediaFeature, )

§

fn exit_overflow_inline_media_feature( &mut self, _rule: &OverflowInlineMediaFeature, )

§

fn visit_is_pseudo_function<'a>(&mut self, _rule: &IsPseudoFunction<'a>)

§

fn exit_is_pseudo_function<'a>(&mut self, _rule: &IsPseudoFunction<'a>)

§

fn visit_line_height_step_style_value( &mut self, _rule: &LineHeightStepStyleValue, )

§

fn exit_line_height_step_style_value( &mut self, _rule: &LineHeightStepStyleValue, )

§

fn visit_box_shadow_blur_style_value<'a>( &mut self, _rule: &BoxShadowBlurStyleValue<'a>, )

§

fn exit_box_shadow_blur_style_value<'a>( &mut self, _rule: &BoxShadowBlurStyleValue<'a>, )

§

fn visit_scroll_state_feature(&mut self, _rule: &ScrollStateFeature)

§

fn exit_scroll_state_feature(&mut self, _rule: &ScrollStateFeature)

§

fn visit_margin_break_style_value(&mut self, _rule: &MarginBreakStyleValue)

§

fn exit_margin_break_style_value(&mut self, _rule: &MarginBreakStyleValue)

§

fn visit_voice_duration_style_value(&mut self, _rule: &VoiceDurationStyleValue)

§

fn exit_voice_duration_style_value(&mut self, _rule: &VoiceDurationStyleValue)

§

fn visit_overflow_clip_margin_block_style_value( &mut self, _rule: &OverflowClipMarginBlockStyleValue, )

§

fn exit_overflow_clip_margin_block_style_value( &mut self, _rule: &OverflowClipMarginBlockStyleValue, )

§

fn visit_pseudo_class(&mut self, _rule: &PseudoClass)

§

fn exit_pseudo_class(&mut self, _rule: &PseudoClass)

§

fn visit_layer_name<'a>(&mut self, _rule: &LayerName<'a>)

§

fn exit_layer_name<'a>(&mut self, _rule: &LayerName<'a>)

§

fn visit_ms_device_pixel_ratio_media_feature( &mut self, _rule: &MsDevicePixelRatioMediaFeature, )

§

fn exit_ms_device_pixel_ratio_media_feature( &mut self, _rule: &MsDevicePixelRatioMediaFeature, )

§

fn visit_cue_style_value(&mut self, _rule: &CueStyleValue)

§

fn exit_cue_style_value(&mut self, _rule: &CueStyleValue)

§

fn visit_border_inline_start_color_style_value<'a>( &mut self, _rule: &BorderInlineStartColorStyleValue<'a>, )

§

fn exit_border_inline_start_color_style_value<'a>( &mut self, _rule: &BorderInlineStartColorStyleValue<'a>, )

§

fn visit_border_start_start_radius_style_value( &mut self, _rule: &BorderStartStartRadiusStyleValue, )

§

fn exit_border_start_start_radius_style_value( &mut self, _rule: &BorderStartStartRadiusStyleValue, )

§

fn visit_border_inline_style_style_value( &mut self, _rule: &BorderInlineStyleStyleValue, )

§

fn exit_border_inline_style_style_value( &mut self, _rule: &BorderInlineStyleStyleValue, )

§

fn visit_display_internal(&mut self, _rule: &DisplayInternal)

§

fn exit_display_internal(&mut self, _rule: &DisplayInternal)

§

fn visit_margin_block_style_value(&mut self, _rule: &MarginBlockStyleValue)

§

fn exit_margin_block_style_value(&mut self, _rule: &MarginBlockStyleValue)

§

fn visit_inset_inline_start_style_value( &mut self, _rule: &InsetInlineStartStyleValue, )

§

fn exit_inset_inline_start_style_value( &mut self, _rule: &InsetInlineStartStyleValue, )

§

fn visit_outline_offset_style_value(&mut self, _rule: &OutlineOffsetStyleValue)

§

fn exit_outline_offset_style_value(&mut self, _rule: &OutlineOffsetStyleValue)

Auto Trait Implementations§

§

impl<'a, 'ctx, N> !Freeze for ReduceLengths<'a, 'ctx, N>

§

impl<'a, 'ctx, N> !RefUnwindSafe for ReduceLengths<'a, 'ctx, N>

§

impl<'a, 'ctx, N> !Send for ReduceLengths<'a, 'ctx, N>

§

impl<'a, 'ctx, N> !Sync for ReduceLengths<'a, 'ctx, N>

§

impl<'a, 'ctx, N> Unpin for ReduceLengths<'a, 'ctx, N>

§

impl<'a, 'ctx, N> !UnwindSafe for ReduceLengths<'a, 'ctx, N>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<D> OwoColorize for D

§

fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>
where C: Color,

Set the foreground color generically Read more
§

fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>
where C: Color,

Set the background color generically. Read more
§

fn black(&self) -> FgColorDisplay<'_, Black, Self>

Change the foreground color to black
§

fn on_black(&self) -> BgColorDisplay<'_, Black, Self>

Change the background color to black
§

fn red(&self) -> FgColorDisplay<'_, Red, Self>

Change the foreground color to red
§

fn on_red(&self) -> BgColorDisplay<'_, Red, Self>

Change the background color to red
§

fn green(&self) -> FgColorDisplay<'_, Green, Self>

Change the foreground color to green
§

fn on_green(&self) -> BgColorDisplay<'_, Green, Self>

Change the background color to green
§

fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>

Change the foreground color to yellow
§

fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>

Change the background color to yellow
§

fn blue(&self) -> FgColorDisplay<'_, Blue, Self>

Change the foreground color to blue
§

fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>

Change the background color to blue
§

fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to magenta
§

fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to magenta
§

fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>

Change the foreground color to purple
§

fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>

Change the background color to purple
§

fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>

Change the foreground color to cyan
§

fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>

Change the background color to cyan
§

fn white(&self) -> FgColorDisplay<'_, White, Self>

Change the foreground color to white
§

fn on_white(&self) -> BgColorDisplay<'_, White, Self>

Change the background color to white
§

fn default_color(&self) -> FgColorDisplay<'_, Default, Self>

Change the foreground color to the terminal default
§

fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>

Change the background color to the terminal default
§

fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>

Change the foreground color to bright black
§

fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>

Change the background color to bright black
§

fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>

Change the foreground color to bright red
§

fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>

Change the background color to bright red
§

fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>

Change the foreground color to bright green
§

fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>

Change the background color to bright green
§

fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>

Change the foreground color to bright yellow
§

fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>

Change the background color to bright yellow
§

fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>

Change the foreground color to bright blue
§

fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>

Change the background color to bright blue
§

fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright magenta
§

fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright magenta
§

fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>

Change the foreground color to bright purple
§

fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>

Change the background color to bright purple
§

fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>

Change the foreground color to bright cyan
§

fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>

Change the background color to bright cyan
§

fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>

Change the foreground color to bright white
§

fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>

Change the background color to bright white
§

fn bold(&self) -> BoldDisplay<'_, Self>

Make the text bold
§

fn dimmed(&self) -> DimDisplay<'_, Self>

Make the text dim
§

fn italic(&self) -> ItalicDisplay<'_, Self>

Make the text italicized
§

fn underline(&self) -> UnderlineDisplay<'_, Self>

Make the text underlined
Make the text blink
Make the text blink (but fast!)
§

fn reversed(&self) -> ReversedDisplay<'_, Self>

Swap the foreground and background colors
§

fn hidden(&self) -> HiddenDisplay<'_, Self>

Hide the text
§

fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>

Cross out the text
§

fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>
where Color: DynColor,

Set the foreground color at runtime. Only use if you do not know which color will be used at compile-time. If the color is constant, use either [OwoColorize::fg] or a color-specific method, such as [OwoColorize::green], Read more
§

fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>
where Color: DynColor,

Set the background color at runtime. Only use if you do not know what color to use at compile-time. If the color is constant, use either [OwoColorize::bg] or a color-specific method, such as [OwoColorize::on_yellow], Read more
§

fn fg_rgb<const R: u8, const G: u8, const B: u8>( &self, ) -> FgColorDisplay<'_, CustomColor<R, G, B>, Self>

Set the foreground color to a specific RGB value.
§

fn bg_rgb<const R: u8, const G: u8, const B: u8>( &self, ) -> BgColorDisplay<'_, CustomColor<R, G, B>, Self>

Set the background color to a specific RGB value.
§

fn truecolor(&self, r: u8, g: u8, b: u8) -> FgDynColorDisplay<'_, Rgb, Self>

Sets the foreground color to an RGB value.
§

fn on_truecolor(&self, r: u8, g: u8, b: u8) -> BgDynColorDisplay<'_, Rgb, Self>

Sets the background color to an RGB value.
§

fn style(&self, style: Style) -> Styled<&Self>

Apply a runtime-determined style
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.