You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Result<T> type alias for std::result::Result<T, tonic::Status> (#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 <david.pdrsn@gmail.com>
* add rustdoc for `tonic::Result`
* cargo fmt
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
0 commit comments