Type Alias QueryOutput

Source
pub type QueryOutput = Output;

Aliased Type§

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

Variants§

§

Ignored

§

Inherited

§

Captured

§

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