Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tricky-pipe): add
oneshot::ErasedReceiver
(#39)
Similarly to the `mpsc::ErasedSender` added in d319bd7, this commit adds an `ErasedReceiver` to the `oneshot` module, which can be dynamically downcast once a message has been received.
- Loading branch information