[][src]Crate cooked_waker_derive

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

IntoWaker

IntoWaker derive implementation.

Wake

Create a Wake implementation for a struct that forwards to the struct's field. The struct must have exactly one field, and that field must implement Wake.

WakeRef

Create a WakeRef implementation for a struct that forwards to the struct's field. The struct must have exactly one field, and that field must implement WakeRef.