pub trait CreateAccountHistogram {
// Required method
fn histogram(&self, strategy: &HistogramDisplayStrategy) -> AccountHistogram;
}pub trait CreateAccountHistogram {
// Required method
fn histogram(&self, strategy: &HistogramDisplayStrategy) -> AccountHistogram;
}