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.
pub trait WarningHandler<N: BlankIdVocabulary>: Handler<N, Warning<N::BlankId>> { }Handler for the possible warnings emitted during the expansion of a JSON-LD document.