pub type TransactionTerminalObservation = DbScopeTerminalObservation<(Observer, CallContext, EventContext)>;Expand description
Same-request/scope carrier checked by Core and transported by Runtime. It is consumed once; it is not proof of transaction outcome or log durability.
Aliased Typeยง
pub struct TransactionTerminalObservation { /* private fields */ }