Module tracing_subscriber::layer [−][src]
A composable abstraction for building Subscribers.
Structs
| Context | Represents information about the current context provided to |
| Identity | A layer that does nothing. |
| Layered | A |
| Scope | An iterator over the stored data for all the spans in the current context, starting the root of the trace tree and ending with the current span. |
Traits
| Layer | A composable handler for |
| SubscriberExt | Extension trait adding a |