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