Skip to main content

send_reply_predicted_with_stats

Function send_reply_predicted_with_stats 

Source
pub fn send_reply_predicted_with_stats(
    writer: impl Write,
    predicted: i32,
    stats: StageReplyStats,
) -> Result<()>