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
As it stands, Client<NativeClient>, Client<IsahcClient> and friends are not nameable by consumers of the crate, which causes issues if the user wants to put a client in a struct.
As it stands,
Client<NativeClient>
,Client<IsahcClient>
and friends are not nameable by consumers of the crate, which causes issues if the user wants to put a client in a struct.Additionally,
IsahcClient
wrapsisahc::Error
intoException
, so if you want to downcast you need to add the right version ofisahc
as a dependency: https://www.reddit.com/r/rust/comments/dy273n/hey_rustaceans_got_an_easy_question_ask_here/f8badd4/(I'm posting this before that user has replied so I'm not 100% sure if that's the problem they're running into.)
The text was updated successfully, but these errors were encountered: