pub trait AddressTrait:
Copy
+ Clone
+ Compare
+ Debug
+ Deref
+ Eq
+ Equal
+ Parser
+ Send
+ SizeInBits
+ SizeInBytes
+ Sync
+ TypeName
+ Visibility { }Expand description
Representation of an address.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".