pub trait AddressTrait: Copy + Clone + Compare<Self> + Debug + Deref + Eq + Equal<Self> + Parser + Send + SizeInBits + SizeInBytes + Sync + TypeName + Visibility { }
Expand description
Representation of an address.
pub trait AddressTrait: Copy + Clone + Compare<Self> + Debug + Deref + Eq + Equal<Self> + Parser + Send + SizeInBits + SizeInBytes + Sync + TypeName + Visibility { }
Representation of an address.