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
I've ran into a few scenarios where I need to convert from typing.Optional[T] to rusty_results.Option[T] and was wondering if we could add a helper function that would create an Option[T] from an Optional[T], something like Option[T].from_optional.
The text was updated successfully, but these errors were encountered:
I've ran into a few scenarios where I need to convert from
typing.Optional[T]
torusty_results.Option[T]
and was wondering if we could add a helper function that would create anOption[T]
from anOptional[T]
, something likeOption[T].from_optional
.The text was updated successfully, but these errors were encountered: