Trait criterion_plot::traits::Configure[][src]

pub trait Configure<This> {
    type Properties;
    fn configure<F>(&mut self, _: This, _: F) -> &mut Self
    where
        F: FnOnce(&mut Self::Properties) -> &mut Self::Properties
; }

Overloaded configure method

Associated Types

The properties of what's being configured

Required Methods

Configure some set of properties

Implementors