pub trait TxFlowSafetySource: Send + Sync {
// Required method
fn toxic_flow_snapshot(&self) -> TxFlowSafetySnapshot;
}Expand description
Dynamic source of toxic-flow safety state for submit guards.
Required Methods§
Sourcefn toxic_flow_snapshot(&self) -> TxFlowSafetySnapshot
fn toxic_flow_snapshot(&self) -> TxFlowSafetySnapshot
Returns the latest toxic-flow safety snapshot.