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

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.