[][src]Module crossterm_style::styledobject

This module contains the logic to style an object that contains some 'content' which can be styled.

Structs

DisplayableObject

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.

StyledObject

Struct that contains both the style and the content wits can be styled.