google-cloud-rust
google-cloud-rust copied to clipboard
spanner: expose commit stats
https://github.com/yoshidan/google-cloud-rust/issues/272
@danielnorberg Please fix the CI error.
Compiling google-cloud-spanner v0.32.0 (/home/runner/work/google-cloud-rust/google-cloud-rust/spanner)
error[E0277]: the trait bound `std::option::Option<CommitResult>: From<CommitResponse>` is not satisfied
--> spanner/src/client.rs:388:35
|
388 | Ok(s) => Ok(s.into()),
| ^^^^ the trait `From<CommitResponse>` is not implemented for `std::option::Option<CommitResult>`
@yoshidan Sorry for taking so long to get around to this. I believe I have now fixed all CI errors.
Thanks!