pub trait Reportable {
    fn to_reports(&self) -> Vec<&Report>;
}

Required Methods§

source

fn to_reports(&self) -> Vec<&Report>

Implementors§