Skip to main content

RuntimeForProfiling

Trait RuntimeForProfiling 

Source
pub trait RuntimeForProfiling { }
Expand description

See the profiling-enabled definition above. Blanket no-op when profiling is disabled.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<R> RuntimeForProfiling for R

Available on non-crate feature profiling only.