Trait json_ld::context::Loader [−][src]
pub trait Loader {
type Output;
fn load_context<'a>(
&'a mut self,
url: Iri<'_>
) -> BoxFuture<'a, Result<RemoteContext<Self::Output>, Error>>;
}
pub trait Loader {
type Output;
fn load_context<'a>(
&'a mut self,
url: Iri<'_>
) -> BoxFuture<'a, Result<RemoteContext<Self::Output>, Error>>;
}