Module crossterm::styledobject[][src]

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

Structs

DisplayableObject

This is a wrapper for a styled object so that the styled object could be printed with the standard write functions in rust.

StyledObject

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