cloudflare / cloudflare/cloudflare-rs
`cloudflare::framework::async_api::Client` doesn't implement `Debug`
Open
- Dominant language
- Rust
- Stars
- 316
- Forks
- 111
- PR merge metrics
- No merged PRs in 30d
Description
the trait `Debug` is not implemented for `cloudflare::framework::async_api::Client`
It is quite annoying that I can't add `#[derive(Debug)]` to any `struct`s/`enums` containing a `Client`, which could be easily fixed by adding `#[derive(Debug)]` before `Client`.
Contributor guide
Assessment
This issue has not been assessed yet.