Current section

Files

Jump to
distribute include distribute@registry_TypedName.hrl
Raw

include/distribute@registry_TypedName.hrl

-record(typed_name, {
name :: binary(),
encoder :: fun((any()) -> {ok, bitstring()} |
{error, distribute@codec:encode_error()}),
decoder :: fun((bitstring()) -> {ok, any()} |
{error, distribute@codec:decode_error()})
}).