Trait Receipt
pub trait Receipt:
Send
+ Sync
+ Unpin
+ Clone
+ Default
+ Debug
+ TxReceipt<Log = Log>
+ Encodable
+ Decodable
+ MaybeSerde
+ InMemorySize
+ MaybeArbitrary {
// Required method
fn tx_type(&self) -> u8;
}
Expand description
Abstraction of a receipt.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.