Trait warn::Warn [] [src]

pub trait Warn<W> {
    fn warn(&mut self, warning: W);
}

Trait for objects that can accept warnings.

Required Methods

This method is the receiver of the warnings.

Implementors