You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to change the setter functions in the RegistrationOptions to return self instead of void? This would make it possible to be able to chain those and write something like this:
Yes I don't think that would break anything so it would be a good improvement. If you want you can create a PR, otherwise I'll look into it in a later update.
Would it be possible to change the setter functions in the
RegistrationOptions
to returnself
instead ofvoid
? This would make it possible to be able to chain those and write something like this:instead of this
kinda like the
ServerBuilder
works, this could be done without breaking existing code i thinkThe text was updated successfully, but these errors were encountered: