pub fn begin_session_runtime_actor_materialization(
bindings: &SessionRuntimeBindings,
) -> Result<RuntimeActorMaterializationPermit, RuntimeActorMaterializationError>Expand description
Begin exclusive construction of the live actor for an exact prepared binding. This is the cancellation-safe successor to the read-only validator.