Trait term_transcript::TermOutput[][src]

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

Marker trait for supported types of terminal output.

Implementors

impl TermOutput for Captured[src]

impl TermOutput for Parsed[src]

This is supported on crate feature test only.