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
Make some content streamable.