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.

Implementors§

Source§

impl<R> RuntimeForProfiling for R

Available on non-crate feature profiling only.