Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Boxed Error #169

Open
Murasame233 opened this issue Jul 17, 2024 · 1 comment
Open

Add support for Boxed Error #169

Murasame233 opened this issue Jul 17, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Murasame233
Copy link

Murasame233 commented Jul 17, 2024

error[E0308]: mismatched types
   --> src/main.rs:?:?
    |
?   |         self.client.get(url).send().await
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<Response, Box<dyn Error>>`, found `Result<Response, Error>`
    |
    = note: expected enum `Result<_, Box<(dyn StdError + 'static)>>`
               found enum `Result<_, reqwest_middleware::Error>`
@Murasame233 Murasame233 added the enhancement New feature or request label Jul 17, 2024
@Murasame233
Copy link
Author

I think I will close this issue becuase this will resolve this issue

        Ok(self.client.get(url).send().await?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant