pub trait Address:
Copy
+ Eq
+ Display
+ Debug
+ SealedAddress { }Expand description
A trait implemented for the types that can be used as an address
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".