pub trait Report { // Required methods fn id(&self) -> ReportId; fn round(&self) -> RoundId; fn time(&self) -> &Zoned; }