Macro box_plot_chart::error

source ·
macro_rules! error {
    ($log: expr, $fmt: expr) => { ... };
    ($log: expr, $fmt: expr, $($args: tt)+) => { ... };
}