Trait criterion_plot::traits::Configure
source · [−]pub trait Configure<This> {
type Properties;
fn configure<F>(&mut self, this: This, function: F) -> &mut Self
where
F: FnOnce(&mut Self::Properties) -> &mut Self::Properties;
}
Expand description
Overloaded configure
method
Required Associated Types
type Properties
type Properties
The properties of what’s being configured
Required Methods
fn configure<F>(&mut self, this: This, function: F) -> &mut Self where
F: FnOnce(&mut Self::Properties) -> &mut Self::Properties,
fn configure<F>(&mut self, this: This, function: F) -> &mut Self where
F: FnOnce(&mut Self::Properties) -> &mut Self::Properties,
Configure some set of properties