# `DoubleDown.Dispatch.HandlerMeta.Module`
[🔗](https://github.com/mccraigmccraig/double_down/blob/main/lib/double_down/dispatch/handler_meta.ex#L18)

Handler meta for a module-based implementation.

# `t`

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

# `new`

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

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
