pub trait TermOutput: Clone + Send + Sync + 'static { }
Expand description

Marker trait for supported types of terminal output.

Implementors