cloudflare / cloudflare-rs

Rust library for the Cloudflare v4 API
255 stars 79 forks source link

Derive debug for async client #215

Closed yatzbim closed 1 year ago

yatzbim commented 1 year ago

This change annotates cloudflare::framework::async_api::Client with #[derive(Debug)] as per #214.