View Source Vx.Validator (Vx v0.3.0)
A helper that can be used to validate values using a custom function.
Summary
Types
@type t() :: %Vx.Validator{fun: (... -> any())}
A helper that can be used to validate values using a custom function.
@type t() :: %Vx.Validator{fun: (... -> any())}