Skip to main content

QueryOutput

Type Alias QueryOutput 

Source
pub type QueryOutput = Output;

Aliased Type§

pub enum QueryOutput {
    Ignored,
    Inherited,
    Captured,
    AsyncWrite(Box<dyn AsyncWrite + Sync + Unpin + Send>),
}

Variants§

§

Ignored

§

Inherited

§

Captured

§

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