Behaviours: provider.
| do/1 | |
| format_error/1 | |
| init/1 |
do(State::rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()} | {error, {module(), any()}}
format_error(Reason::any()) -> iolist()
init(State::rebar_state:t()) -> {ok, rebar_state:t()}
Generated by EDoc