Skip to main content

TextInput

Type Alias TextInput 

Source
pub type TextInput = Input;

Aliased Type§

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

Variants§

§

Ignored

§

AsyncRead(Box<dyn AsyncRead + Sync + Unpin + Send>)