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