-record(path_converter, { encoder :: fun((any()) -> list(binary())), decoder :: fun((list(binary())) -> {ok, any()} | {error, nil}) }).