Trifolium.Species.stream_next

You're seeing just the function stream_next, go back to Trifolium.Species module for more information.
Link to this function

stream_next(resp)

Specs

stream_next(HTTPoison.AsyncResponse.t()) ::
  {:ok, HTTPoison.AsyncResponse.t()} | {:error, HTTPoison.Error.t()}

Requests the next message to be streamed for a given HTTPoison.AsyncResponse.

See request!/5 for more detailed information.