Module terminal_graphics::graphics [] [src]

The Graphic trait should be implemented by anything that you want to be drawn onto the terminal.

After implementing the Graphic trait, a Graphic can be added to a Graphics structure.

Modules

container
shapes
text

Structs

Graphics

Traits

Graphic