pub fn extend_dict_with_offers<C: ComponentInstanceInterface + 'static>(
component: &Arc<C>,
sandbox: &ComponentSandbox,
static_offers: &[OfferDecl],
dynamic_offers: &[OfferDecl],
target_input: &ComponentInput,
aggregate_router_fn: &AggregateRouterFn<C>,
)Expand description
Extends the given target_input to contain the capabilities described in dynamic_offers.