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

type Rule<Backend> = Rule<Renderer<Backend>>;

Display a horizontal or vertical rule for dividing content.

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