/// Information for a connect point that is implemented by making a socket connection to an address.
let local_addr = listener.local_addr()?.try_to_string().ok_or_else(|| ConnectError::Internal("Can't represent auto socket as string!".into()))?;