Files
tonic/tonic
Julian PopescuandGitHub fc86563b36 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`
2021-01-05 16:00:08 -05:00
..
2020-08-20 10:49:12 -04:00