Represents a function that needs to be wrapped in bind.
Bindable functions: validate
A step calling a function that returns Either and needs bind wrapping (validate)
@type t() :: %Funx.Monad.Either.Dsl.Step.BindableFunction{ __meta__: map() | nil, args: list(), function: atom() }