Skip to main content

BoxPlotChartLog

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<'_>)

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§