Derive.SideEffect protocol (derive v0.5.4)

Copy Markdown View Source

@todo add documentation

Summary

Types

t()

All the types that implement this protocol.

Types

t()

(since 0.1.0)
@type t() :: term()

All the types that implement this protocol.

Functions

append(side_effect, multi, step)

(since 0.1.0)
@spec append(t(), multi, step) :: multi when multi: Ecto.Multi.t(), step: atom()

@todo add documentation