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