Layer

Type Alias Layer 

Source
pub type Layer<S, N = DefaultFields, E = Full> = Layer<S, N, Format<E, ()>, AndroidLogMakeWriter>;
Expand description

A Layer that writes formatted representations of tracing events as Android logs.

Aliased Typeยง

pub struct Layer<S, N = DefaultFields, E = Full> { /* private fields */ }