Module element

Module element 

Source
Expand description

The Element trait, and various elements.

Structs§

BoxElement
An element with its type erased.
Cursor
An element that places the cursor at its position.
FixedWidth
An element that pads or truncates its contents to a constant width.
Gap
An element that renders a blank space of the specified width.
Styled
An element that renders its content with a particular style.
Text
An element that renders a piece of text.

Enums§

Direction
The alignment or padding applied to a FixedWidth element.

Traits§

Element
A particular widget that can be rendered to the TUI.
IntoElement
A type that can be converted into an element.