Trait conch_runtime::env::ReportErrorEnvironment [] [src]

pub trait ReportErrorEnvironment {
    fn report_error(&self, err: &Error);
}

An interface for reporting arbitrary errors.

Required Methods

Reports any Error as appropriate, e.g. print to stderr.

Implementors