pub trait SerializeableReporter: Reporter + Serialize {
    // Required method
    fn reporter_name(&self) -> &'static str;
}

Required Methods§

source

fn reporter_name(&self) -> &'static str

Implementors§