RDF.Serialization.Decoder.decode_from_stream

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

decode_from_stream(arg1, keyword)

View Source (optional)

Specs

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

Decodes a serialized RDF.Graph or RDF.Dataset from a stream.

It returns an {:ok, data} tuple, with data being the deserialized graph or dataset, or {:error, reason} if an error occurs.