validate_ipv6

Function validate_ipv6 

Source
pub fn validate_ipv6<'a, T>(domain: T) -> Result<Ipv6Addr, Error>
where T: Into<Cow<'a, str>>,
Expand description

Checks if a given string is a valid ipv6 address or not