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
For now all results are Result<T, ErrorCode>. It is hard to use Rust style error handling and libraries like error_chain without implementation of std::error::Error trait for error types
The text was updated successfully, but these errors were encountered:
For now all results are Result<T, ErrorCode>. It is hard to use Rust style error handling and libraries like error_chain without implementation of std::error::Error trait for error types
The text was updated successfully, but these errors were encountered: