pub async fn execute_render_command_with_registry_and_control(
request: &RenderRequest,
registry: &CompositionRegistry,
control: RenderControl,
) -> Result<()>Expand description
Execute an application-provided composition registry with caller-owned controls.