pub fn build_program_output_dictionary<C: ComponentInstanceInterface + 'static>(
component: &Arc<C>,
decl: &ComponentDecl,
router_gen: &impl ProgramOutputGenerator<C>,
) -> (Dict, Dict)
pub fn build_program_output_dictionary<C: ComponentInstanceInterface + 'static>(
component: &Arc<C>,
decl: &ComponentDecl,
router_gen: &impl ProgramOutputGenerator<C>,
) -> (Dict, Dict)