Skip to main content

Report

Trait Report 

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

Required Methods§

Source

fn id(&self) -> ReportId

Source

fn round(&self) -> RoundId

Source

fn created_at(&self) -> &Zoned

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§