You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to documentation, local_ip() function retrieves the local IPv4 address (and local_ipv6() retrieves the local IPv6 address), but why inside return type is general IpAddr enum instead of Ipv4Addr and Ipv6Addr? I think it's confusing and inconvenient for user.
The text was updated successfully, but these errors were encountered:
According to documentation, local_ip() function retrieves the local IPv4 address (and local_ipv6() retrieves the local IPv6 address), but why inside return type is general IpAddr enum instead of Ipv4Addr and Ipv6Addr? I think it's confusing and inconvenient for user.
According to documentation,
local_ip()
function retrieves the local IPv4 address (andlocal_ipv6()
retrieves the local IPv6 address), but why inside return type is generalIpAddr
enum instead ofIpv4Addr
andIpv6Addr
? I think it's confusing and inconvenient for user.The text was updated successfully, but these errors were encountered: