pub type QueryInput = Input;
pub enum QueryInput { Ignored, AsyncRead(Box<dyn AsyncRead + Sync + Unpin + Send>), }