Home
last modified time | relevance | path

Searched defs:ErrorLayer (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/tracing/tracing-error/src/
Dlayer.rs22 pub struct ErrorLayer<S, F = DefaultFields> { struct
36 impl<S, F> Layer<S> for ErrorLayer<S, F> argument
65 impl<S, F> ErrorLayer<S, F> impl
116 impl<S> Default for ErrorLayer<S> implementation
125 impl<S, F: fmt::Debug> fmt::Debug for ErrorLayer<S, F> { implementation