Current section

Files

Jump to
dream_test include dream_test@gherkin@steps_StepRegistry.hrl
Raw

include/dream_test@gherkin@steps_StepRegistry.hrl

-record(step_registry, {
trie :: dream_test@gherkin@step_trie:step_trie(fun((dream_test@gherkin@steps:step_context()) -> {ok,
dream_test@types:assertion_result()} |
{error, binary()}))
}).