ShowHistogram

Trait ShowHistogram 

Source
pub trait ShowHistogram {
    type DisplayStrategy;

    // Required method
    fn show_histogram(&self, display_strategy: &Self::DisplayStrategy);
}

Required Associated Types§

Required Methods§

Source

fn show_histogram(&self, display_strategy: &Self::DisplayStrategy)

Implementations on Foreign Types§

Source§

impl ShowHistogram for Account

Implementors§