pub trait WarningHandler<B, N: BlankIdVocabulary<BlankId = B>, M>: Handler<N, Meta<Warning<B>, M>> { }
Expand description

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

Implementors§