MjmlEEx.Compiler behaviour (MJML EEx v0.13.0)

View Source

This module defines the behaviour that all compiler implementations need to adhere to.

Summary

Callbacks

compile(mjml_template)

@callback compile(mjml_template :: String.t()) :: {:ok, String.t()} | {:error, String.t()}