Elixir v1.1.1 Behaviour
This module has been deprecated.
Instead of defcallback, one can simply use @callback.
Instead of defmacrocallback, one can simply use @macrocallback.
Instead of __behaviour__(:callbacks), one can simply use behaviour_info(:callbacks).
Summary
Macros
Defines a function callback according to the given type specification
Defines a macro callback according to the given type specification