pub trait RecordThroughput: Default {
    fn on_result(&self);
}
Expand description

Trait to record the throughput on a Throughput instance.

Required Methods

Called after the execution that the throughput metric is measuring.

Implementations on Foreign Types

Implementors