Trait json_ld::compaction::CompactIndexed [−][src]
pub trait CompactIndexed<T: Id> {
fn compact_indexed_with<'a, C: ContextMut<T>, L: Loader>(
&'a self,
index: Option<&'a str>,
active_context: Inversible<T, &'a C>,
type_scoped_context: Inversible<T, &'a C>,
active_property: Option<&'a str>,
loader: &'a mut L,
options: Options
) -> BoxFuture<'a, Result<JsonValue, Error>>
where
T: 'a,
C: Sync + Send,
C::LocalContext: Send + Sync + From<L::Output>,
L: Sync + Send;
}