pub(crate) fn ensure_address_is_ip_port(
input: &str,
) -> Result<(), IpWithPortParseError>Expand description
Validates that input is of the form <ip>:<port>.
pub(crate) fn ensure_address_is_ip_port(
input: &str,
) -> Result<(), IpWithPortParseError>Validates that input is of the form <ip>:<port>.