Skip to main content

PluginMetric_Bounds

Trait PluginMetric_Bounds 

Source
pub trait PluginMetric_Bounds: Debug { }
Expand description

An alias for the traits that NonExhaustive<PluginMetric,_,_> requires to be constructed,and implements afterwards.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<This> PluginMetric_Bounds for This
where This: Debug,