Skip to main content

Module parameter

Module parameter 

Source
Expand description

Neutral checkpoint materialization and stable parameter binding. Backend-neutral checkpoint materialization and parameter binding.

Structs§

BindingPlan
Canonical deterministic declaration for one atomic parameter-binding unit.
MaterializedUnit
One fully realized atomic unit keyed by stable parameter identity.
ModuleBindingPlan
A canonical binding plan paired with fully qualified logical destinations.
ParameterBindingTarget
Backend-described geometry of one statically traversed parameter slot.
PlannedBinding
One logical parameter target and the exact recipe that produces it.
SelectedBindingPlan
An immutable binding unit admitted by one backend against one exact source.

Enums§

BindingPlanError
Invalid canonical binding declarations or inferred outputs.
ModuleBindingPlanError
Failure while converting a neutral module traversal into a binding plan.
ParameterOrchestrationError
Failure in backend-neutral parameter materialization or binding.
RecipeBindingError
Failure while lowering an atomic neutral recipe set into runtime bindings.

Functions§

bind_materialized_unit
Binds a realized unit into a statically traversed native module.
bind_materialized_unit_excluding
Binds a realized unit while leaving explicitly excluded destinations untouched.
bindings_from_recipe_set
Consumes one atomic recipe publication into owner bindings and lightweight logical aliases without cloning any derived recipe.
build_exact_replicated_text_bindings
Builds canonical bindings for an exact architecture-selected task partition.
build_module_binding_plan
Builds the singular declarative plan by traversing any neutral parameterized module.
materialize_bindings
Materializes one atomic unit without inspecting backend-native values.
materialize_selected_bindings
Materializes a previously selected binding unit without repeating backend capability selection.
preflight_bindings
Validates a complete binding unit before any payload read or native work.
select_bindings
Selects a complete immutable binding unit against one exact source.