Trait json_ld_context_processing::warning::Handler
source · pub trait Handler<N, W> {
// Required method
fn handle(&mut self, vocabulary: &N, warning: W);
}
pub trait Handler<N, W> {
// Required method
fn handle(&mut self, vocabulary: &N, warning: W);
}