fn record_exit<T: LazyBalanceMarker, M: ManualBalanceModel<T>>(
results: &mut BalanceModelResults<T, M>,
exit: BalanceExit<T, M>,
)Expand description
Records an exit (drift) between lazy and manual models.
Stores the BalanceExit for later analysis.