Solid.Renderable protocol (solid v1.0.0-rc.0)

View Source

Summary

Types

t()

All the types that implement this protocol.

Types

t()

@type t() :: term()

All the types that implement this protocol.

Functions

render(value, context, options)

@spec render(t(), Solid.Context.t(), Keyword.t()) ::
  {binary() | iolist() | [t()], Solid.Context.t()}