pub fn bind_materialized_unit<B, M>(
module: &mut M,
unit: MaterializedUnit<B>,
) -> Result<(), ParameterOrchestrationError<B::ParameterError>>Expand description
Binds a realized unit into a statically traversed native module.
Binding is keyed exclusively by stable parameter identity. Missing and unexpected values fail closed; native tensor shape or storage remains backend-owned.