Skip to main content

TextOutput

Type Alias TextOutput 

Source
pub type TextOutput = Output;

Aliased Type§

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

Variants§

§

Ignored

§

Inherited

§

Captured

§

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