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

An interface for configurable entities.

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

Summary

Callbacks

Configures the struct.

Types

Callbacks

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

Configures the struct.