pub async fn read_address<S>(stream: &mut S) -> Result<Address>where S: AsyncRead + Unpin,
Reads the destination address from a stream and returns it as an Address.
Address