Current section

Files

Jump to
decepticon include decepticon_StateResult.hrl
Raw

include/decepticon_StateResult.hrl

-record(state_result, {
run :: decepticon@stateful:state({ok, any()} | {error, any()}, any())
}).