IP.Range.from_string

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

Specs

from_string(binary()) :: {:error, :einval} | {:ok, t()}

Finds an ip range in a string, returning an ok or error tuple on failure.