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§

source§

impl TermOutput for Captured

source§

impl TermOutput for Parsed

Available on crate feature test only.