A render function declaration.
Created by the render fn assigns -> ... end macro.
Fields
:name- Atom identifying the render variant:template- The template function AST or compiled struct
Summary
Types
@type t() :: %Lavash.Render{ __spark_metadata__: term(), name: atom(), template: Lavash.Template.Compiled.t() }