Trait Receipt
pub trait Receipt:
Send
+ Sync
+ Unpin
+ Clone
+ Debug
+ TxReceipt<Log = Log>
+ RlpEncodableReceipt
+ RlpDecodableReceipt
+ Eip2718EncodableReceipt
+ Typed2718
+ MaybeSerde
+ InMemorySize { }
Expand description
Abstraction of a receipt.
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.