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
{{ message }}
This repository was archived by the owner on Jun 8, 2021. It is now read-only.
We should probably change the signature so that it returns a Result, and in case of nullable types (like objects) the success case of the Result would be an Option. The error case of the Result would happen on type mismatches.
Opinions?
The text was updated successfully, but these errors were encountered:
We should probably change the signature so that it returns a
Result
, and in case of nullable types (like objects) the success case of theResult
would be anOption
. The error case of theResult
would happen on type mismatches.Opinions?
The text was updated successfully, but these errors were encountered: