Crate rusty_textui

Source

Modules§

frame
prelude
screen

Enums§

VecOrChar

Traits§

VecChar
A type that implements the VecChar trait can be transformed into a Vec<char>. The Screen’s draw* methods take anything that implements this trait. Implementations are provided for &str and String.