View Source Clik.Renderable protocol (Clik v0.2.2)

Renders term and writes the resulting string to out.

Link to this section Summary

Link to this section Types

@type t() :: term()
@type target() :: atom() | pid()

Link to this section Functions

@spec render(term(), target()) :: {:ok, target()} | {:error, atom()}