pub unsafe auto trait LooseTxInUnsafe { }
Expand description

The implementing type can be asserted TxInSafe albeit being !TxInSafe by using AssertTxInSafe.

Implementations on Foreign Types

Any type is okay to be transferred to a transaction

Implementors

Auto implementors