Current section
Files
Jump to
Current section
Files
include/omnimessage@server_EncoderDecoder.hrl
-record(encoder_decoder, {
encode :: fun((any()) -> {ok, any()} | {error, nil}),
decode :: fun((any()) -> {ok, any()} | {error, any()})
}).