pub trait RuntimeForProfiling { }Expand description
See the profiling-enabled definition above. Blanket no-op when profiling
is disabled.
Implementors§
impl<R> RuntimeForProfiling for R
Available on non-crate feature
profiling only.