Current section

Files

Jump to
checkmark include checkmark_Checker.hrl
Raw

include/checkmark_Checker.hrl

-record(checker, {
read :: fun((binary()) -> {ok, binary()} | {error, any()}),
write :: fun((binary(), binary()) -> {ok, nil} | {error, any()})
}).