Skip to main content

round_record

Function round_record 

Source
pub(crate) fn round_record(
    round: u32,
    summary: String,
    outcome: &str,
    value: Option<f64>,
    delta: Option<f64>,
    kept: bool,
    goal: &str,
    diff: &str,
) -> RoundRecord