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<Code>
for i32
`Code` is already trivial to convert into an `i32` however that isn't immediately obvious by looking at the docs. This has tripped me up before. Implementing `From<Code>` for `i32` should hopefully make it a bit more obvious.
- Loading branch information