Trait BoxPlotChartLog

Source
pub trait BoxPlotChartLog {
    // Required methods
    fn output(&self, args: Arguments<'_>);
    fn warning(&self, args: Arguments<'_>);
    fn error(&self, args: Arguments<'_>);
}

Required Methods§

Source

fn output(&self, args: Arguments<'_>)

Source

fn warning(&self, args: Arguments<'_>)

Source

fn error(&self, args: Arguments<'_>)

Implementors§