mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-24 03:35:03 +01:00
These types do nothing unless polled / .awaited. Annotating them with #[must_use] helps prevent a common class of coding errors. Fixes https://github.com/google/tarpc/issues/368.