Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
Result<T>
type alias for `std::result::Result<T, tonic::S…
…tatus>` (#1085) * add `Result<T>` type alias for `std::result::Result<T, tonic::Status>` * Allow user to override the error type Co-authored-by: David Pedersen <[email protected]> * add rustdoc for `tonic::Result` * cargo fmt Co-authored-by: David Pedersen <[email protected]>
- Loading branch information