pub type AsyncDropSender = Sender<Address>;
A special sender type that connects a type to an AsyncDrop handler
struct AsyncDropSender { /* private fields */ }