Expand description
The Renderable trait defines objects that can be rendered to the console.
This is the core protocol for rich terminal output, similar to Rich’s Console Protocol.
Structs§
- Segment
- A segment of renderable output.
Traits§
- Renderable
- Trait for objects that can be rendered to the console.
Type Aliases§
- Boxed
Renderable - A boxed renderable for dynamic dispatch.