pub trait AddressTrait: Copy + Clone + Compare + Debug + Deref + Eq + Equal + Parser + Send + SizeInBits + SizeInBytes + Sync + TypeName + Visibility { }
Expand description

Representation of an address.

Object Safety§

This trait is not object safe.

Implementors§