oneshot
oneshot copied to clipboard
Make RecvError opaque by adding dummy field
Makes it impossible to create instances from outside the library. Allows future modifications to the error struct without breaking the API. This PR however, is breaking the API and will require the next release to be at least 0.2.0 after being merged.