This issue serves https://github.com/googleapis/google-cloud-rust/issues/2146 This is a non-breaking change to make the `from_stub` constructor for client. We can make it more usable if it accepts `Into<Arc<T>>`.
This issue serves googleapis/google-cloud-rust#2146
This is a non-breaking change to make the
from_stubconstructor for client. We can make it more usable if it acceptsInto<Arc<T>>.