Trait term_transcript::TermOutput
source · pub trait TermOutput: Clone + Send + Sync + 'static { }
Expand description
Marker trait for supported types of terminal output.
Object Safety§
This trait is not object safe.
Implementors§
impl TermOutput for Captured
impl TermOutput for Parsed
Available on crate feature
test
only.