Function json_ld::expansion::expand_array [−][src]
pub async fn expand_array<T: Send + Sync + Id, C: Send + Sync + ContextMut<T>, L: Send + Sync + Loader>(
active_context: &C,
active_property: Option<&str>,
active_property_definition: Option<&TermDefinition<T, C>>,
element: &[JsonValue],
base_url: Option<Iri<'_>>,
loader: &mut L,
options: Options,
from_map: bool
) -> Result<Expanded<T>, Error> where
C::LocalContext: Send + Sync + From<L::Output> + From<JsonValue>,
L::Output: Into<JsonValue>,