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.

Trait Implementations

The type of documents that can be loaded.

Load the document behind the given URL.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.