pub fn validate_ipv6<'a, T>(domain: T) -> Result<Ipv6Addr, Error>where T: Into<Cow<'a, str>>,
Checks if a given string is a valid ipv6 address or not