Enum criterion::PlottingBackend [−][src]
pub enum PlottingBackend {
Gnuplot,
Plotters,
}Expand description
Enum used to select the plotting backend.
Variants
Plotting backend which uses the external gnuplot command to render plots. This is the
default if the gnuplot command is installed.
Plotting backend which uses the rust ‘Plotters’ library. This is the default if gnuplot
is not installed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PlottingBackendimpl Send for PlottingBackendimpl Sync for PlottingBackendimpl Unpin for PlottingBackendimpl UnwindSafe for PlottingBackendBlanket Implementations
Mutably borrows from an owned value. Read more