cloudflare-rs
cloudflare-rs copied to clipboard
`cloudflare::framework::async_api::Client` doesn't implement `Debug`
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
.