fn specialize_command<T>(command: &mut ComputeCommand<T>, replica_id: ReplicaId)
Expand description

Specialize a command for the given ReplicaId.

Most ComputeCommands are independent of the target replica, but some contain replica-specific fields that must be adjusted before sending.