Search
An interface for configurable entities.
A module implementing this behaviour is expected to define a struct with configuration.
Configures the struct.
@type t() :: struct()
@callback config( t(), keyword() ) :: t()