pub trait MetricReports {
    // Required method
    fn get() -> MetricReportsGetResponse;
}

Required Methods§

Implementors§