Expand description
cooked-waker-derive is a series of derive implementations for the traits
in cooked-waker. See that crate’s
documentation for more info.
Derive Macros§
- Into
Waker IntoWakerderive implementation.- Wake
- Create a
Wakeimplementation for astructthat forwards to thestruct’s field. Thestructmust have exactly one field, and that field must implementWake. - WakeRef
- Create a
WakeRefimplementation for astructthat forwards to thestruct’s field. Thestructmust have exactly one field, and that field must implementWakeRef.