Skip to main content

append_trend_run

Function append_trend_run 

Source
pub fn append_trend_run(
    history: TrendHistory,
    run: TrendRun,
    max_runs: Option<usize>,
) -> TrendHistory
Expand description

Appends a run to history and optionally trims to max_runs newest entries.