cloudflare-rs icon indicating copy to clipboard operation
cloudflare-rs copied to clipboard

`cloudflare::framework::async_api::Client` doesn't implement `Debug`

Open nitn3lav opened this issue 1 year ago • 1 comments

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 structs/enums containing a Client, which could be easily fixed by adding #[derive(Debug)] before Client.

nitn3lav avatar Feb 28 '23 21:02 nitn3lav