pub trait Address: Hash + Debug + Clone + Eq + Serialize { }
A trait that represents an abstract network address. In production, this will typically be SocketAddr.