Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tonic): implement From<io::Error> for Status (#500)
Implements the conversion from `std::io::Error` to `tonic::Status`. **Motivation:** The `io::Error` conversion is currently left as unimplemented. It either should be implemented or removed if it won't be implemented. **Solution:** Implements the conversion from `std::io::Error` to `tonic::Status`
- Loading branch information