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
The 1.0 Rust API includes a number of non_exhaustive enum defintions for the error types. The details are only really important for internal unit testing. In 2.0 the error types should be hidden inside structs that impl std::error::Error.
The text was updated successfully, but these errors were encountered:
The 1.0 Rust API includes a number of
non_exhaustive
enum defintions for the error types. The details are only really important for internal unit testing. In 2.0 the error types should be hidden inside structs thatimpl std::error::Error
.The text was updated successfully, but these errors were encountered: