View Source Endo.Adapter behaviour (Endo v0.1.22)
Module defining the Endo.Adapter
behaviour. Valid adapters will allow Endo to reflect
upon a module implementing said adater
Summary
Callbacks
@callback to_endo(data :: map(), opts :: Keyword.t()) :: Endo.Table.t() | Endo.Column.t() | Endo.Association.t() | Endo.Index.t()