::droppable-pin
The eponoymous droppable_pin! macro around a given let var = pin!() declaration allows
invoking pin_drop! and pin_set! on the given var, which have in turn been designed to
avoid silly borrow-checking errors.
Example
# async ;
See the docs of droppable_pin! for more information and the motivation behind this.