pub trait BarValue: Copy {
// Required method
fn bar(self) -> f64;
}Expand description
A histogram of counts over bins kmin.., scaled to them.
A bar height HistPlot can draw: whole counts, or any non-negative
real value (a summed signal, a log statistic).
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".