Skip to main content

QueryInput

Type Alias QueryInput 

Source
pub type QueryInput = Input;

Aliased Type§

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

Variants§

§

Ignored

§

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