pub trait Warn<E: Error> {
// Required method
fn warn(&mut self, error: E);
}
Expand description
Sink to which the non-fatal errors of type E
can be written
pub trait Warn<E: Error> {
// Required method
fn warn(&mut self, error: E);
}
Sink to which the non-fatal errors of type E
can be written