pub fn prepare_request_app(
plan: &ResolvedAppPlan,
execution_class: &ExecutionClassId,
generations: BTreeMap<String, PreparedNativePlugin>,
) -> Result<PreparedNativeApp, RuntimeFailure>Expand description
Builds exact request bindings from Adapter-prepared Plugin generations.