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::Plot - Rust
[go: Go Back, main page]

Trait criterion_plot::traits::Plot [] [src]

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

Overloaded plot method

Associated Types

The properties associated to the plot

Required Methods

Plots some data with some configuration

Implementors