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.

Implementors§

§

impl<E> AddressTrait for Address<E>where E: Environment,