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