Skip to main content

ReporterProxyInterface

Trait ReporterProxyInterface 

Source
pub trait ReporterProxyInterface: Send + Sync {
    // Required method
    fn report(&self, payload: Crash) -> Result<(), Error>;
}

Required Methods§

Source

fn report(&self, payload: Crash) -> Result<(), Error>

Implementors§