View Source Bumblebee.Configurable behaviour (Bumblebee v0.2.0)

An interface for configurable entities.

A module implementing this behaviour is expected to define a struct with configuration.

Link to this section Summary

Callbacks

Configures the struct.

Link to this section Types

Link to this section Callbacks

@callback config(
  t(),
  keyword()
) :: t()

Configures the struct.