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