[][src]Type Definition iced::widget::rule::Rule

type Rule = Rule<Renderer<Backend>>;

Display a horizontal or vertical rule for dividing content.

This is an alias of an iced_native rule with an iced_glow::Renderer.