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
Result is more idiomatic in Rust to represent a fallible operation.
Converting an integer to a Rust enum can definitely fail, so using
`Result` is more appropriate than `Option`.
0 commit comments