pub trait TxEnvOverrides { // Required method fn apply(&mut self, env: &mut TxEnv); }
Function hook that allows to modify a transaction environment.
Apply the overrides by modifying the given TxEnv.
TxEnv