pub trait ConsoleScreen: Screen + Swap + Flush { }
Expand description

A Screen that can be used as a target for Console.

Implementors§