C | |
| color [Fmt] |
The type for colors.
|
S | |
| style [Fmt] |
The type for styles:
`None resets the styling., `Bold, `Faint, `Italic, `Underline and `Reverse are
display attributes., `Fg _ is the foreground color or high-intensity color on `Hi _., `Bg _ is the background color or high-intensity color on `Hi _., #color is the foreground color, deprecated use `Fg
#color instead.
|
| style_renderer [Fmt] |
The type for style renderers.
|
T | |
| t [Fmt] |
The type for formatters of values of type
'a.
|
V | |
| vec [Fmt] |
The type for random addressable, sized sequences.
|