Bumblebee.Configurable behaviour (Bumblebee v0.7.0)

View Source

An interface for configurable entities.

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

Summary

Callbacks

Configures the struct.

Types

t()

@type t() :: struct()

Callbacks

config t, keyword

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

Configures the struct.