Trait ascii_hangman::Render[][src]

pub(crate) trait Render {
    fn render(&self) { ... }
}
Expand description

Trait to render the text user interface (TUI)

Provided methods

Renders and prints the TUI on the terminal.

Implementations on Foreign Types

Implementors