IP.SockAddr.from_string

You're seeing just the function from_string, go back to IP.SockAddr module for more information.
Link to this function

from_string(sockaddr_str)

View Source

Specs

from_string(String.t()) :: {:ok, t()} | {:error, term()}

Like from_string/1, but returns an ok or error tuple on failure.