routing::bedrock::program_output_dict

Function build_program_output_dictionary

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