Module eventually::tracing
source · Expand description
Module containing some extension traits to support code instrumentation
using the tracing
crate.
Structs§
aggregate::Repository
type wrapper that provides instrumentation features through thetracing
crate.event::Store
type wrapper that provides instrumentation features through thetracing
crate.
Traits§
- Extension trait for any
aggregate::Repository
type to provide instrumentation features through thetracing
crate. - Extension trait for any
event::Store
type to provide instrumentation features through thetracing
crate.