pub trait HasSystemTransactionHash {
// Required method
fn system_transaction_hash(&self) -> SystemTransactionHash;
}Required Methods§
fn system_transaction_hash(&self) -> SystemTransactionHash
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".