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