IP.SockAddr.from_string-exclamation-mark

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

from_string!(sockaddr_str)

View Source

Specs

from_string!(String.t()) :: t()

Creates an elixir struct, which is compatible with :socket module's sockaddr_in4 type.

You may pass this, for example to :socket.bind/2