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 type Pair is not a generic pair but a record of a KV store. There is no point in generalizing it. If you need a generic pair in Rust, simple you a touple with two elements.
The text was updated successfully, but these errors were encountered:
The type
Pair
is not a generic pair but a record of a KV store. There is no point in generalizing it. If you need a generic pair in Rust, simple you a touple with two elements.The text was updated successfully, but these errors were encountered: