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