pub fn sample_data_record<S, F>(statistic: F) -> SampleDataRecord<F, S, Unset>where
F: Statistic,
Expand description
Constructs a builder for a Reactor
that samples a data record with a
TimeMatrix
using the given Statistic
.
pub fn sample_data_record<S, F>(statistic: F) -> SampleDataRecord<F, S, Unset>where
F: Statistic,
Constructs a builder for a Reactor
that samples a data record with a
TimeMatrix
using the given Statistic
.