Module rama::telemetry::opentelemetry::sdk::runtime
Expand description
Structs§
- Runtime implementation, which works with Tokio’s multi thread runtime.
Enums§
- Error returned by a
TrySend
implementation.
Traits§
- TrySend is an abstraction of
Sender
that is capable of sending messages through a reference.