Trait enso_flexer::prelude::logger::processor::formatter::Output[][src]

pub trait Output {
    type Output;
}
Expand description

Output of a formatter as a dependent type of the formatter type. Each formatter defines its output type. For example, formatters highly tailored for JavaScript console may output a special console formatting values.

Associated Types

Loading content...

Implementors

Loading content...