Module opentelemetry::runtime
source · Expand description
Structs
- Runtime implementation, which works with Tokio’s multi thread runtime.
Enums
- Error returned by a
TrySendimplementation.
Traits
- TrySend is an abstraction of
Senderthat is capable of sending messages through a reference.