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

Marker trait for supported types of terminal output.

Implementors§

source§

impl TermOutput for Captured

source§

impl TermOutput for Parsed

Available on crate feature test only.