DoubleDown.Contract.Dispatch.HandlerMeta.Module (double_down v0.60.4)

Copy Markdown View Source

Handler meta for a module-based implementation.

Summary

Functions

Create a new Module handler meta. Validates that impl is an atom.

Types

t()

@type t() :: %DoubleDown.Contract.Dispatch.HandlerMeta.Module{impl: module()}

Functions

new(impl)

@spec new(module()) :: t()

Create a new Module handler meta. Validates that impl is an atom.