Skip to main content

TracingTracerImpl

Trait TracingTracerImpl 

Source
pub trait TracingTracerImpl: TracerImpl { }
Expand description

Trait for implementing custom tracers that extend TracingTracer.

Implement this trait to create tracers that build upon the GStreamer-tracing integration, such as tracers that use specific tracing subscribers.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§