View Source Reactor.Argument.Build protocol (reactor v0.3.0)

A protocol which can be used to convert something into an argument.

Link to this section Summary

Functions

Convert the input into an argument.

Link to this section Types

Link to this section Functions

@spec build(t()) :: {:ok, Reactor.Argument.t()} | {:error, any()}

Convert the input into an argument.