Expand description
Provides some widgets for displaying text objects in the crate::text module.
Structs§
- HBox
- A displayable box of text widgets.
- Repeat
- A text widget that repeats its content arbitrarily many times.
- Text
Widget - A widget that can be truncated
Enums§
- Truncation
Style - Styles for simple truncation.
Traits§
- Fitable
- Widgets that can be truncated to fit in a provided width.
- Truncateable
- Objects that have width and are sliceable on width are truncateable.
- Truncation
Strategy - Functionality for truncating objects using some strategy.