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