Module stylish_stringlike::widget[][src]

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.

TextWidget

A widget that can be truncated

Enums

TruncationStyle

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.

TruncationStrategy

Functionality for truncating objects using some strategy.