Function |to_ipv6
net/ip::|to_ipv6
Usage
|to_ipv6(text)
Parameters
↳ text: string
Return
↴ Option<Ipv6>
Parse text into an Ipv6 address, returning none if text is not a valid IPv6 address.
net/ip::|to_ipv6
|to_ipv6(text)
↳ text: string
↴ Option<Ipv6>
Parse text into an Ipv6 address, returning none if text is not a valid IPv6 address.