Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tonic: fix consistency issue with timeout func in transport/server bu…
…ilder transport/server/mod.rs exposes a Builder for the Server, and most of the Builder functions return Self (a change made for issue #115), but timeout returns mut& Self. This change makes timeout consistent with the rest of the Builder api by returning Self. Fixes: #900 Refs: #115
- Loading branch information