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