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