lang_jsonld::ecs

Function parse_source

Source
pub fn parse_source(
    query: Query<'_, '_, (Entity, &Source), (Changed<Source>, With<JsonLd>)>,
    commands: Commands<'_, '_>,
)