pub trait FromCurrentTx: FieldDecoder { }Expand description
Marker trait for fields that can be decoded from the currently executing transaction.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".