Function drop_notify

Source
pub fn drop_notify() -> (DropNotify, DropNotice)
Expand description

Create a (DropNotify, DropNotice) pair. DropNotice is a future that resolves to () when the corresponding DropNotify is dropped.