WarningHandler

Trait WarningHandler 

Source
pub trait WarningHandler<N: BlankIdVocabulary>: Handler<N, Warning<N::BlankId>> { }
Expand description

Handler for the possible warnings emitted during the expansion of a JSON-LD document.

Implementors§

Source§

impl<N: BlankIdVocabulary, H> WarningHandler<N> for H
where H: Handler<N, Warning<N::BlankId>>,