RDF.XML.Decoder.decode_from_stream

You're seeing just the function decode_from_stream, go back to RDF.XML.Decoder module for more information.
Link to this function

decode_from_stream(stream, opts \\ [])

View Source

Specs

decode_from_stream(Enumerable.t(), keyword()) ::
  {:ok, RDF.Graph.t()} | {:error, any()}

Decodes an RDF/XML stream to a RDF.Graph.

For a description of the available options see the module documentation.