View Source MjmlEEx.Compiler behaviour (MJML EEx v0.9.0)

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

Link to this section Summary

Link to this section Callbacks

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