Trait json_ld::Loader [−][src]
pub trait Loader {
type Document: Json;
fn load<'a>(
&'a mut self,
url: Iri<'_>
) -> BoxFuture<'a, Result<RemoteDocument<Self::Document>, Error>>;
}
Expand description
JSON document loader.