pub type TextOutput = Output;
pub enum TextOutput { Ignored, Inherited, Captured, AsyncWrite(Box<dyn AsyncWrite + Sync + Unpin + Send>), }