Struct json_ld::NoLoader [−][src]
pub struct NoLoader;
Expand description
Dummy loader.
A dummy loader that does not load anything. Can be useful when you know that you will never need to load remote ressources.
Raises an LoadingDocumentFailed
at every attempt to load a ressource.