Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
criterion_plot::traits::Configure - Rust
[go: Go Back, main page]

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