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