Module crossterm::styledobject

source ·
Expand description

This module contains the logic to style an object that contains some state witch can be styled.

Structs

This is a wrapper for a styled object on alternate screen so that the styled object could be printed on the alternate screen with the standard write functions in rust.
Struct that contains both the style and the content wits can be styled.