routing::config

Function route_config_value_with_bedrock

Source
pub async fn route_config_value_with_bedrock<C>(
    use_config: &UseConfigurationDecl,
    component: &Arc<C>,
) -> Result<Option<ConfigValue>, RouterError>
where C: ComponentInstanceInterface + 'static,