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
Instead of only writing Result<Self, Error>, write Result<Self, Sprattus::Error>
In this way, we overcome the problem of ambiguous naming, since other crates also have error types.
The text was updated successfully, but these errors were encountered:
Instead of only writing
Result<Self, Error>
, writeResult<Self, Sprattus::Error>
In this way, we overcome the problem of ambiguous naming, since other crates also have error types.
The text was updated successfully, but these errors were encountered: