pub trait Handler<N, W> {
    fn handle(&mut self, vocabulary: &N, warning: W);
}

Required Methods

Implementations on Foreign Types

Implementors