resx v0.0.2 Resx.Resource.Content.Stream

The streamable content of a resource.

%Resx.Resource.Content.Stream{
    type: ["text/html]",
    data: ["<p>", "Hello", "</p>"]
}

Link to this section Summary

Functions

Make some content streamable

Link to this section Types

Link to this type t()
t() :: %Resx.Resource.Content.Stream{
  data: Enumerable.t(),
  type: Resx.Resource.Content.type()
}

Link to this section Functions

Link to this function new(content)
new(t() | Resx.Resource.Content.t()) :: t()

Make some content streamable.