yoshidan / google-cloud-rust

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

[spanner] Remove `async_trait` from spanner #238

Closed yoshidan closed 4 months ago

yoshidan commented 4 months ago

Use static dispatch and use impl Reader instead of async_trait