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
> **Note:** The implicit conversion only works for `Either<Error, R>` and `SResult<R>`. Attempting to convert other types will throw an exception.
379
+
> **Note:** The implicit conversion between `Either` and `SResult`only works for `Either<Error, R>`. Attempting to convert other `Either`types will result in a compile-time error or throw an exception.
0 commit comments