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.

Implementations on Foreign Types

impl<'a, T: ?Sized + ReportErrorEnvironment> ReportErrorEnvironment for &'a T
[src]

[src]

Implementors