yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
216 stars 81 forks source link

default token source: avoid double boxing error #206

Closed danburkert closed 8 months ago

danburkert commented 8 months ago

The double boxing interferes with downcasting the error properly.

yoshidan commented 8 months ago

Thanks!