Current section

Files

Jump to
aion_flow include aion@codec_Codec.hrl
Raw

include/aion@codec_Codec.hrl

-record(codec, {
encode :: fun((any()) -> binary()),
decode :: fun((binary()) -> {ok, any()} | {error, aion@codec:decode_error()})
}).