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