pub unsafe auto trait TxOutSafe { }
Expand description

It marks the implementing type to be safe crossing transaction boundaries

Types that implement this trait may go in/out of a transaction. This guarantees no cross-pool referencing.

Implementations on Foreign Types

Implementors

Auto implementors