pub trait FromCurrentTx: FieldDecoder { }Expand description
Marker: this type can be read from the current transaction via crate::fields::current_tx.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".